Uses of Interface
com.solibri.smc.api.checking.CheckingNode
-
Packages that use CheckingNode Package Description com.solibri.smc.api.checking com.solibri.smc.api.ui.views.checking -
-
Uses of CheckingNode in com.solibri.smc.api.checking
Subinterfaces of CheckingNode in com.solibri.smc.api.checking Modifier and Type Interface Description interface
Rule
The interface for rules.interface
Ruleset
Ruleset is a named collection of rules and possibly other rulesets.Classes in com.solibri.smc.api.checking that implement CheckingNode 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 types with arguments of type CheckingNode Modifier and Type Method Description List<CheckingNode>
CheckingNode. getChildren()
Returns the children of this node.default List<CheckingNode>
Rule. getChildren()
Optional<CheckingNode>
CheckingNode. getParent()
Returns the parent of this node, if one exists.default Optional<CheckingNode>
Rule. getParent()
-
Uses of CheckingNode in com.solibri.smc.api.ui.views.checking
Methods in com.solibri.smc.api.ui.views.checking that return types with arguments of type CheckingNode Modifier and Type Method Description Set<CheckingNode>
CheckingView. getChosenNodes()
Returns the chosen checking nodes from the view.Method parameters in com.solibri.smc.api.ui.views.checking with type arguments of type CheckingNode Modifier and Type Method Description void
CheckingView. chooseNodes(Set<CheckingNode> nodes)
Chooses the given checking nodes from the view.
-