Interface EvaluatorContext


  • public interface EvaluatorContext
    EvaluatorContext
    • Method Detail

      • 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.