Class EdgeVisitor
java.lang.Object
com.aquima.interactions.process.impl.builder.EdgeVisitor
- All Implemented Interfaces:
IProcessEdgeVisitor
This visitor is used during initialization to connect the nodes to each other with edges.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEdge
(IProcessEdgeDS datasource) This method should be invoked for each edge that should be added to the process flow.
-
Constructor Details
-
EdgeVisitor
-
-
Method Details
-
addEdge
Description copied from interface:IProcessEdgeVisitor
This method should be invoked for each edge that should be added to the process flow.- Specified by:
addEdge
in interfaceIProcessEdgeVisitor
- Parameters:
datasource
- Data source providing the information of the edge that should be added.- Throws:
InitializationException
- This exception is thrown if the edge could not be initialized.
-