Interface IFlowVisitor

All Known Implementing Classes:
FlowVisitor, FlowVisitor, ReportingFlowVisitor

public interface IFlowVisitor
The flow visitor is used during initialization to add all the available flows to.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(IFlowDS datasource)
    This method should be invoked for each flow that needs to be added to the flow engine.
  • Method Details

    • accept

      void accept(IFlowDS datasource)
      This method should be invoked for each flow that needs to be added to the flow engine.
      Parameters:
      datasource - Data source providing the information of a single flow.
      Throws:
      InitializationException - This exception is thrown when the flow could not be added due to a fatal error.