| 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 EEFPageeefGroupDescription - The descriptionvariableManager - The variable manager.interpreter - The interpreterpublic EEFGroupDescription getDescription()
EEFGroup.getDescription in interface EEFGroupEEFGroupDescriptionEEFGroup.getDescription()public EEFPage getPage()
EEFGrouppublic org.eclipse.sirius.common.interpreter.api.IVariableManager getVariableManager()
getVariableManager in interface EEFGroupEEFGroup.getVariableManager()public org.eclipse.sirius.common.interpreter.api.IInterpreter getInterpreter()
getInterpreter in interface EEFGroupEEFGroup.getInterpreter()