public interface ExpressionInOcl
A representation of the model object 'Expression In Ocl'.
The following features are supported:
EssentialoclPackage.getExpressionInOcl()
Method Summary | |
---|---|
OclExpression |
getBodyExpression()
Returns the value of the 'Body Expression' containment reference. |
Variable |
getContext()
Returns the value of the 'Context' containment reference. |
org.eclipse.emf.common.util.EList<Variable> |
getParameterVariable()
Returns the value of the 'Parameter Variable' containment reference list. |
Variable |
getResultVariable()
Returns the value of the 'Result Variable' containment reference. |
void |
setBodyExpression(OclExpression value)
Sets the value of the ' Body Expression ' containment reference. |
void |
setContext(Variable value)
Sets the value of the ' Context ' containment reference. |
void |
setResultVariable(Variable value)
Sets the value of the ' Result Variable ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
OclExpression getBodyExpression()
If the meaning of the 'Body Expression' containment reference isn't clear, there really should be more of a description here...
setBodyExpression(OclExpression)
,
EssentialoclPackage.getExpressionInOcl_BodyExpression()
void setBodyExpression(OclExpression value)
Body Expression
' containment reference.
value
- the new value of the 'Body Expression' containment reference.getBodyExpression()
Variable getContext()
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(Variable)
,
EssentialoclPackage.getExpressionInOcl_Context()
void setContext(Variable value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
Variable getResultVariable()
If the meaning of the 'Result Variable' containment reference isn't clear, there really should be more of a description here...
setResultVariable(Variable)
,
EssentialoclPackage.getExpressionInOcl_ResultVariable()
void setResultVariable(Variable value)
Result Variable
' containment reference.
value
- the new value of the 'Result Variable' containment reference.getResultVariable()
org.eclipse.emf.common.util.EList<Variable> getParameterVariable()
Variable
.
If the meaning of the 'Parameter Variable' containment reference isn't clear, there really should be more of a description here...
EssentialoclPackage.getExpressionInOcl_ParameterVariable()