Class NodeVisitor

java.lang.Object
com.aquima.interactions.flow.model.NodeVisitor
All Implemented Interfaces:
INodeVisitor

public class NodeVisitor extends Object implements INodeVisitor
Visitor class which is used to initialize all nodes from a data source during construction of an InternalFlow.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

  • Method Details

    • accept

      public void accept(INodeDS datasource)
      Description copied from interface: INodeVisitor
      This method should be invoked for each child node that needs to be added.
      Specified by:
      accept in interface INodeVisitor
      Parameters:
      datasource - Data source providing the information for a single child node.
    • getNodes

      protected Map<NodeID,InternalNode> getNodes()
    • getExceptionEndNode

      protected InternalEndNode getExceptionEndNode()