Uses of Interface
com.solibri.smc.api.checking.CheckingNode
Packages that use CheckingNode
-
Uses of CheckingNode in com.solibri.smc.api.checking
Subinterfaces of CheckingNode in com.solibri.smc.api.checkingModifier and TypeInterfaceDescriptioninterfaceThe interface for rules.interfaceRuleset is a named collection of rules and possibly other rulesets.Classes in com.solibri.smc.api.checking that implement CheckingNodeModifier 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 types with arguments of type CheckingNodeModifier 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
Methods in com.solibri.smc.api.ui.views.checking that return types with arguments of type CheckingNodeModifier and TypeMethodDescriptionCheckingView.getChosenNodes()Returns the chosen checking nodes from the view.Method parameters in com.solibri.smc.api.ui.views.checking with type arguments of type CheckingNodeModifier and TypeMethodDescriptionvoidCheckingView.chooseNodes(Set<CheckingNode> nodes) Chooses the given checking nodes from the view.