Interface IProcessFlowVisitor

All Known Implementing Classes:
ProcessFlowVisitor, ReportingProcessFlowVisitor

public interface IProcessFlowVisitor
This visitor interface is used during initialization to add the available process flow data sources.
Since:
7.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each process flow that should be added.
  • Method Details

    • addProcessFlow

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