Package org.kie.api.definition.process
Interface NodeContainer
- All Known Subinterfaces:
WorkflowProcess
public interface NodeContainer
A NodeContainer contains a set of Nodes
There are different types of NodeContainers and NodeContainers may be nested.
-
Method Summary
Modifier and TypeMethodDescriptionThe node in this NodeContainer with the given id.getNodeByUniqueId(String nodeId) the node in this NodeContainer with the give unique idNode[]getNodes()The Nodes of this NodeContainer.
-
Method Details
-
getNodes
Node[] getNodes()The Nodes of this NodeContainer.- Returns:
- the nodes
-
getNode
The node in this NodeContainer with the given id.- Returns:
- the node with the given id
-
getNodeByUniqueId
the node in this NodeContainer with the give unique id- Parameters:
nodeId-- Returns:
-