Interface IProcessEdgeVisitor

All Known Implementing Classes:
EdgeVisitor

public interface IProcessEdgeVisitor
This visitor is used during initialization to collect the edges of a process flow.
Since:
7.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addEdge(IProcessEdgeDS datasource)
    This method should be invoked for each edge that should be added to the process flow.
  • Method Details

    • addEdge

      void addEdge(IProcessEdgeDS datasource)
      This method should be invoked for each edge that should be added to the process flow.
      Parameters:
      datasource - Data source providing the information of the edge that should be added.
      Throws:
      InitializationException - This exception is thrown if the edge could not be initialized.