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 Summary
Modifier and TypeMethodDescriptionReturns the description of this ruleset.Returns the unique identifier of this ruleset.toJson()
Methods inherited from interface com.solibri.smc.api.checking.CheckingNode
getChildren, getName, getParent
-
Method Details
-
getUniqueId
String getUniqueId()Returns the unique identifier of this ruleset.- Returns:
- the unique identifier
- Since:
- 9.12.0
-
getDescription
String getDescription()Returns the description of this ruleset. Note that the description might be translated into different languages.- Returns:
- the name
- Since:
- 9.12.0
-
toJson
String toJson()
-