Interface IRoutingAlgorithmVisitor

All Known Implementing Classes:
ReportingRoutingAlgorithmVisitor, RoutingAlgorithmVisitor

public interface IRoutingAlgorithmVisitor
This visitor is used during initialization to add the routing algorithms to.
Since:
9.1
Author:
A. Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a routing algorithm to the process engine.
  • Method Details

    • addAlgorithm

      void addAlgorithm(IRoutingAlgorithmDS datasource)
      This method may be used to add a routing algorithm to the process engine.
      Parameters:
      datasource - Data source providing the information for the algorithm that should be added.
      Throws:
      InitializationException - This exception is thrown when the algorithm information was invalid.