Package com.solibri.smc.api.checking
Interface Ruleset
- All Superinterfaces:
- CheckingNode
Ruleset is a named collection of rules and possibly other rulesets.
- Since:
- 9.12.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of this ruleset.Returns the unique identifier of this ruleset.toJson()Methods inherited from interface com.solibri.smc.api.checking.CheckingNodegetChildren, getName, getParent
- 
Method Details- 
getUniqueIdString getUniqueId()Returns the unique identifier of this ruleset.- Returns:
- the unique identifier
- Since:
- 9.12.0
 
- 
getDescriptionString getDescription()Returns the description of this ruleset. Note that the description might be translated into different languages.- Returns:
- the name
- Since:
- 9.12.0
 
- 
toJsonString toJson()
 
-