Class ReportingEdgeVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.flow.report.ReportingEdgeVisitor
All Implemented Interfaces:
IEdgeVisitor

public class ReportingEdgeVisitor extends ReportingVisitorDS implements IEdgeVisitor
IEdgeVisitor implementation that adds error reporting.
Since:
9.1
Author:
r.fleuren
  • 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.