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

See:
          Description

Interface Summary
LaunchConfiguration A launch configuration defines a complete set of properties to launch a text template or a main rule evaluation.
LaunchEntryPoint References the entry-point element (text template or main rule) to be evaluated.
LaunchModelArgument A launch argument matching a ModelParameter of a text template or a rule set.
LaunchStringArgument A launch argument matching a Parameter of a template or of a rule.
RuleEntryPoint An entry-point representing a main rule to evaluate.
TextTemplateEntryPoint An entry-point representing a text template to evaluate.
 

Class Summary
LaunchConfigurationFactory Factory used to create a launch configuration.
LaunchRunner A runnable class (with a main method) to launch an evaluation of a launch configuration.
 

Package com.sodius.mdw.core.eval.launch Description

Provides a launch configuration framework, which defines a complete set of properties to launch a text template or a main rule evaluation.