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 TypeClassDescriptionclassExtend this abstract class to implement a rule in which components passing a main filter are concurrently using a thread pool.classExtend 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 theRulethis 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 RuleParametersReturn the parameter creation handler for a specific rule.static RuleResourcesReturn the resources of the specified rule instance.