Interface IPriorityAlgorithmVisitor
-
- All Known Implementing Classes:
PriorityAlgorithmVisitor
,ReportingPriorityAlgorithmVisitor
public interface IPriorityAlgorithmVisitor
This visitor is used during initialization to add the priority algorithms to.- Since:
- 9.1
- Author:
- A. Pragt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAlgorithm(IPriorityAlgorithmDS datasource)
This method may be used to add a priority algorithm to the process engine.
-
-
-
Method Detail
-
addAlgorithm
void addAlgorithm(IPriorityAlgorithmDS datasource) throws InitializationException
This method may be used to add a priority 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.
-
-