java.lang.Object
com.aquima.interactions.process.impl.builder.EdgeVisitor
All Implemented Interfaces:
IProcessEdgeVisitor

public class EdgeVisitor extends Object implements IProcessEdgeVisitor
This visitor is used during initialization to connect the nodes to each other with edges.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • EdgeVisitor

      protected EdgeVisitor(NodeVisitor nodeVisitor)
  • Method Details

    • addEdge

      public void addEdge(IProcessEdgeDS datasource)
      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 interface IProcessEdgeVisitor
      Parameters:
      datasource - Data source providing the information of the edge that should be added.