Uses of Class
com.scivicslab.turingworkflow.plugins.inventory.NodeGroup
Packages that use NodeGroup
-
Uses of NodeGroup in com.scivicslab.turingworkflow.plugins.inventory
Methods in com.scivicslab.turingworkflow.plugins.inventory that return NodeGroupModifier and TypeMethodDescriptionNodeGroup.Builder.build()Builds the NodeGroup instance.NodeGroupInterpreter.getNodeGroup()Gets the wrapped NodeGroup instance.Constructors in com.scivicslab.turingworkflow.plugins.inventory with parameters of type NodeGroupModifierConstructorDescriptionNodeGroupInterpreter(NodeGroup nodeGroup, com.scivicslab.turingworkflow.workflow.IIActorSystem system) Constructs a NodeGroupInterpreter that wraps the specified NodeGroup.