Uses of Interface
com.sodius.mdw.core.MDWorkbench

Packages that use MDWorkbench
com.sodius.mdw.core Central classes of the MDWorkbench platform. 
com.sodius.mdw.core.eval Contains the evaluation framework to launch evaluations of templates, rules and scripts. 
com.sodius.mdw.core.model Contains the model framework to manage model, metamodel and related model elements. 
com.sodius.mdw.core.model.io Contains the model i/o framework, which enables to load and save models. 
 

Uses of MDWorkbench in com.sodius.mdw.core
 

Methods in com.sodius.mdw.core that return MDWorkbench
static MDWorkbench MDWorkbenchFactory.create()
          Creates a new MDWorkbench.
static MDWorkbench MDWorkbenchFactory.create(String applicationID)
          Creates a new MDWorkbench based on the specified application ID.
 MDWorkbench WorkbenchConfiguration.getWorkbench()
          Return the configured workbench.
 

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

Methods in com.sodius.mdw.core.eval that return MDWorkbench
 MDWorkbench EvaluationContext.getWorkbench()
          Returnq the workbench in which the evaluation is performed, which may be used to access configuration properties.
 

Uses of MDWorkbench in com.sodius.mdw.core.model
 

Methods in com.sodius.mdw.core.model that return MDWorkbench
 MDWorkbench MetamodelManager.getWorkbench()
          Returns the workbench.
 

Uses of MDWorkbench in com.sodius.mdw.core.model.io
 

Methods in com.sodius.mdw.core.model.io that return MDWorkbench
 MDWorkbench ConnectorContext.getWorkbench()
          Returns the workbench, which may be used to access configuration properties.