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

    Modifier and Type
    Method
    Description
    getNode(long id)
    The node in this NodeContainer with the given id.
    The Nodes of this NodeContainer.
  • Method Details

    • getNodes

      Node[] getNodes()
      The Nodes of this NodeContainer.
      Returns:
      the nodes
    • getNode

      Node getNode(long id)
      The node in this NodeContainer with the given id.
      Returns:
      the node with the given id