Uses of Interface
com.solibri.smc.api.checking.Rule
Packages that use Rule
-
Uses of Rule in com.solibri.smc.api.checking
Classes in com.solibri.smc.api.checking that implement RuleModifier and TypeClassDescriptionclass
Extend this abstract class to implement a rule in which components passing a main filter are concurrently using a thread pool.class
Extend this abstract class to implement a rule in which components passing a main filter are checked one by one.Methods in com.solibri.smc.api.checking that return RuleModifier and TypeMethodDescriptionResult.getRule()
Returns theRule
this result was generated from.RuleParameter.getRule()
Returns the rule this parameter belongs to.Methods in com.solibri.smc.api.checking with parameters of type RuleModifier and TypeMethodDescriptionChecking.getResults
(Rule rule) Returns results of the checking for a givenRule
.static RuleParameters
Return the parameter creation handler for a specific rule.static RuleResources
Return the resources of the specified rule instance.