Interface IRoutingAlgorithmEvaluationContext


public interface IRoutingAlgorithmEvaluationContext
This interface defines the evaluation context of an routing algorithm.
Since:
9.1
Author:
B. van de Ven
  • Method Details Link icon

    • getProject Link icon

      IProject getProject()
      This method returns the current project configuration.
      Returns:
      The project configuration, never null.
    • getRoles Link icon

      IRole[] getRoles()
      This method returns the roles.
      Returns:
      The roles.
    • getProcessData Link icon

      IProcessData getProcessData()
      This method returns the process engine
      Returns:
      The process engine, never null.
    • getCurrentCaseId Link icon

      long getCurrentCaseId()
      This method returns the id of the current case
      Returns:
      The current task id.
    • getCurrentTaskId Link icon

      long getCurrentTaskId()
      This method returns the id of the current task
      Returns:
      The current task id.