Uses of Interface
com.sodius.mdw.core.eval.project.Parameter

Packages that use Parameter
com.sodius.mdw.core.eval.project Provides a description of the contents of a project : templates, rules and scripts. 
 

Uses of Parameter in com.sodius.mdw.core.eval.project
 

Subinterfaces of Parameter in com.sodius.mdw.core.eval.project
 interface ModelParameter
          A template or rule set model parameter.
 

Methods in com.sodius.mdw.core.eval.project that return types with arguments of type Parameter
 List<Parameter> ProjectElement.getParameters()
          Returns the list of parameters attached to this element.