Uses of Interface
com.sodius.mdw.core.eval.launch.LaunchEntryPoint

Packages that use LaunchEntryPoint
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 LaunchEntryPoint in com.sodius.mdw.core.eval.launch
 

Subinterfaces of LaunchEntryPoint in com.sodius.mdw.core.eval.launch
 interface RuleEntryPoint
          An entry-point representing a main rule to evaluate.
 interface TextTemplateEntryPoint
          An entry-point representing a text template to evaluate.
 

Methods in com.sodius.mdw.core.eval.launch that return LaunchEntryPoint
 LaunchEntryPoint LaunchConfiguration.getEntryPoint()
          Returns the referenced entry-point, which can either be a text template or a main rule.