Package com.solibri.smc.api.checking
Interface Ruleset
- All Superinterfaces:
CheckingNode
public interface Ruleset extends CheckingNode
Ruleset is a named collection of rules and possibly other rulesets.
- Since:
- 9.12.0
-
Method Summary
Modifier and Type Method Description String
getDescription()
Returns the description of this ruleset.String
getUniqueId()
Returns the unique identifier of this ruleset.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
-