Class EdgeVisitor

java.lang.Object
com.aquima.interactions.flow.model.EdgeVisitor
All Implemented Interfaces:
IEdgeVisitor

public class EdgeVisitor extends Object implements IEdgeVisitor
Visitor which is used to iterate over all edges during construction of an InternalFlow.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

  • Method Details

    • acceptEdge

      public void acceptEdge(IEdgeDS edgeDS)
      Description copied from interface: IEdgeVisitor
      This method may be invoked to add an edge to the current flow.
      Specified by:
      acceptEdge in interface IEdgeVisitor
      Parameters:
      edgeDS - Data source that provides the information of an edge.