Class NodeVisitor
java.lang.Object
com.aquima.interactions.process.impl.builder.NodeVisitor
- All Implemented Interfaces:
IProcessNodeVisitor
Visitor used during initialization to gather the nodes of a process.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NodeVisitor
(ProcessDefinition processDefinition, NodeFactory nodeFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNode
(IProcessNodeDS datasource) This method should be invoked for each node that should be added to the process flow.protected NodeData
protected Collection<NodeData>
getNodes()
-
Constructor Details
-
NodeVisitor
-
-
Method Details
-
addNode
Description copied from interface:IProcessNodeVisitor
This method should be invoked for each node that should be added to the process flow.- Specified by:
addNode
in interfaceIProcessNodeVisitor
- Parameters:
datasource
- Data source providing the information of the node that should be added.- Throws:
InitializationException
- This exception is thrown if the node could not be initialized.
-
getNode
-
getNodes
-