Constructor and Description |
---|
EEFGroupImpl(EEFPage eefPage,
EEFGroupDescription eefGroupDescription,
org.eclipse.sirius.common.interpreter.api.IVariableManager variableManager,
org.eclipse.sirius.common.interpreter.api.IInterpreter interpreter)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
EEFGroupDescription |
getDescription()
Returns the description of the
EEFGroup . |
org.eclipse.sirius.common.interpreter.api.IInterpreter |
getInterpreter()
Returns the interpreter.
|
EEFPage |
getPage()
Returns the page containing the group.
|
org.eclipse.sirius.common.interpreter.api.IVariableManager |
getVariableManager()
Returns the variable manager.
|
public EEFGroupImpl(EEFPage eefPage, EEFGroupDescription eefGroupDescription, org.eclipse.sirius.common.interpreter.api.IVariableManager variableManager, org.eclipse.sirius.common.interpreter.api.IInterpreter interpreter)
eefPage
- The containing EEFPage
eefGroupDescription
- The descriptionvariableManager
- The variable manager.interpreter
- The interpreterpublic EEFGroupDescription getDescription()
EEFGroup
.getDescription
in interface EEFGroup
EEFGroupDescription
EEFGroup.getDescription()
public EEFPage getPage()
EEFGroup
public org.eclipse.sirius.common.interpreter.api.IVariableManager getVariableManager()
getVariableManager
in interface EEFGroup
EEFGroup.getVariableManager()
public org.eclipse.sirius.common.interpreter.api.IInterpreter getInterpreter()
getInterpreter
in interface EEFGroup
EEFGroup.getInterpreter()