Uses of Interface
com.sodius.mdw.core.eval.EvaluationConfiguration

Packages that use EvaluationConfiguration
com.sodius.mdw.core.eval Contains the evaluation framework to launch evaluations of templates, rules and scripts. 
com.sodius.mdw.core.eval.launch Provides a launch configuration framework, which defines a complete set of properties to launch a text template or a main rule evaluation. 
 

Uses of EvaluationConfiguration in com.sodius.mdw.core.eval
 

Methods in com.sodius.mdw.core.eval that return EvaluationConfiguration
 EvaluationConfiguration EvaluationContext.getConfiguration()
          Return the configuration that define options of this evaluation.
 

Uses of EvaluationConfiguration in com.sodius.mdw.core.eval.launch
 

Subinterfaces of EvaluationConfiguration in com.sodius.mdw.core.eval.launch
 interface LaunchConfiguration
          A launch configuration defines a complete set of properties to launch a text template or a main rule evaluation.