Uses of Interface
com.solibri.smc.api.checking.CheckingNode
-
Uses of CheckingNode in com.solibri.smc.api.checking
Modifier and TypeInterfaceDescriptioninterface
The interface for rules.interface
Ruleset is a named collection of rules and possibly other rulesets.Modifier 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.Modifier and TypeMethodDescriptionCheckingNode.getChildren()
Returns the children of this node.default List<CheckingNode>
Rule.getChildren()
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
Modifier and TypeMethodDescriptionCheckingView.getChosenNodes()
Returns the chosen checking nodes from the view.Modifier and TypeMethodDescriptionvoid
CheckingView.chooseNodes
(Set<CheckingNode> nodes) Chooses the given checking nodes from the view.