Interface IEdgeVisitor

All Known Implementing Classes:
EdgeVisitor, ReportingEdgeVisitor

public interface IEdgeVisitor
This visitor is used during initialization to add all edges from the flow to.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be invoked to add an edge to the current flow.
  • Method Details

    • acceptEdge

      void acceptEdge(IEdgeDS edgeDS)
      This method may be invoked to add an edge to the current flow.
      Parameters:
      edgeDS - Data source that provides the information of an edge.
      Throws:
      InitializationException - This exception is thrown when the edge could not be accepted due to a fatal error.