Uses of Interface
com.solibri.smc.api.checking.Ruleset
-
Packages that use Ruleset Package Description com.solibri.smc.api.model com.solibri.smc.api.ui -
-
Uses of Ruleset in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return types with arguments of type Ruleset Modifier and Type Method Description Set<Ruleset>
Model. getRulesets()
Returns the root rulesets of the model. -
Uses of Ruleset in com.solibri.smc.api.ui
Methods in com.solibri.smc.api.ui with parameters of type Ruleset Modifier and Type Method Description default void
View. onRulesetAdded(Ruleset ruleset)
Action to take when a new ruleset is added to the model.default void
View. onRulesetRemoved(Ruleset ruleset)
Action to take when a new ruleset is removed from the model.
-