jBPM distribution 6.0.0.Beta5

org.kie.api.definition.process
Interface NodeContainer

All Known Subinterfaces:
NodeContainer, WorkflowProcess, WorkflowProcess
All Known Implementing Classes:
CompositeContextNode, CompositeNode, DynamicNode, EventSubProcessNode, ForEachNode, NodeContainerImpl, RuleFlowProcess, StateNode, WorkflowProcessImpl

public interface NodeContainer

A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.


Method Summary
 Node getNode(long id)
          The node in this NodeContainer with the given id.
 Node[] getNodes()
          The Nodes of this NodeContainer.
 

Method Detail

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

jBPM distribution 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.