Interface EvaluatorContext


public interface EvaluatorContext
EvaluatorContext
  • Method Details

    • getScenarioInstances

      List<ScenarioInstance> getScenarioInstances()
      Get the current scenario instances for this context
      Returns:
      a list of the curent scenario instances
    • getSessionState

      Map<String,Object> getSessionState()
      Get the session state for this context.
      Returns:
      the session state for this context.