Interface ExpressionInConclusion
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RuleConclusionElement
- All Known Implementing Classes:
ExpressionInConclusionImpl
public interface ExpressionInConclusion extends RuleConclusionElement
A representation of the model object 'Expression In Conclusion'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressiongetExpression()Returns the value of the 'Expression' containment reference.voidsetExpression(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Expression' containment reference.
-
-
-
Method Detail
-
getExpression
org.eclipse.xtext.xbase.XExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(XExpression),XsemanticsPackage.getExpressionInConclusion_Expression()
-
setExpression
void setExpression(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
-