Interface EnvironmentComposition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,org.eclipse.xtext.xbase.XExpression
- All Known Implementing Classes:
EnvironmentCompositionImpl
public interface EnvironmentComposition extends org.eclipse.xtext.xbase.XExpressionA representation of the model object 'Environment Composition'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressiongetCurrentEnvironment()Returns the value of the 'Current Environment' containment reference.org.eclipse.xtext.xbase.XExpressiongetSubEnvironment()Returns the value of the 'Sub Environment' containment reference.voidsetCurrentEnvironment(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Current Environment' containment reference.voidsetSubEnvironment(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Sub Environment' containment reference.
-
-
-
Method Detail
-
getCurrentEnvironment
org.eclipse.xtext.xbase.XExpression getCurrentEnvironment()
Returns the value of the 'Current Environment' containment reference.- Returns:
- the value of the 'Current Environment' containment reference.
- See Also:
setCurrentEnvironment(XExpression),XsemanticsPackage.getEnvironmentComposition_CurrentEnvironment()
-
setCurrentEnvironment
void setCurrentEnvironment(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Current Environment' containment reference.- Parameters:
value- the new value of the 'Current Environment' containment reference.- See Also:
getCurrentEnvironment()
-
getSubEnvironment
org.eclipse.xtext.xbase.XExpression getSubEnvironment()
Returns the value of the 'Sub Environment' containment reference.- Returns:
- the value of the 'Sub Environment' containment reference.
- See Also:
setSubEnvironment(XExpression),XsemanticsPackage.getEnvironmentComposition_SubEnvironment()
-
setSubEnvironment
void setSubEnvironment(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Sub Environment' containment reference.- Parameters:
value- the new value of the 'Sub Environment' containment reference.- See Also:
getSubEnvironment()
-
-