Interface NodeContainer
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
WorkflowProcess
public interface NodeContainer extends Serializable
A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetNode(long id)The node in this NodeContainer with the given id.Node[]getNodes()The Nodes of this NodeContainer.
-