public interface MDWorkbench
A workbench can be instantiated using its MDWorkbenchFactory
. Evaluations can be launched using the evaluation manager. Once the
workbench activity is completed, call the shutdown
method to turn off the workbench and to release the license used.
This interface is not intended to be implemented by clients.
MDWorkbenchFactory.create()
Modifier and Type | Method and Description |
---|---|
WorkbenchApplication |
getApplication()
Returns the host application the workbench is connected with.
|
WorkbenchConfiguration |
getConfiguration()
Return the configuration in which the workbench runs.
|
EvaluationManager |
getEvaluationManager()
Returns the evaluation manager, which provides entry-point services to launch an evaluation.
|
MetamodelManager |
getMetamodelManager()
Returns the metamodel manager, which provides access to the metamodels available in the environment.
|
void |
shutdown()
Shutdowns the workbench.
|
WorkbenchApplication getApplication()
WorkbenchConfiguration getConfiguration()
MetamodelManager getMetamodelManager()
EvaluationManager getEvaluationManager()
void shutdown()