Uses of Interface
com.solibri.smc.api.checking.Rule
-
Packages that use Rule Package Description com.solibri.smc.api.checking -
-
Uses of Rule in com.solibri.smc.api.checking
Classes in com.solibri.smc.api.checking that implement Rule Modifier and Type Class Description class
ConcurrentRule
Extend this abstract class to implement a rule in which components passing a main filter are concurrently using a thread pool.class
OneByOneRule
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 Rule Modifier and Type Method Description Rule
Result. getRule()
Returns theRule
this result was generated from.Rule
RuleParameter. getRule()
Returns the rule this parameter belongs to.Methods in com.solibri.smc.api.checking with parameters of type Rule Modifier and Type Method Description Collection<Result>
Checking. getResults(Rule rule)
Returns results of the checking for a givenRule
.static RuleParameters
RuleParameters. of(Rule rule)
Return the parameter creation handler for a specific rule.static RuleResources
RuleResources. of(Rule rule)
Return the resources of the specified rule instance.
-