public interface ExpressionInOCL<C,PM> extends Visitable
The following features are supported:
UtilitiesPackage.getExpressionInOCL()| Modifier and Type | Method and Description |
|---|---|
OCLExpression<C> |
getBodyExpression()
Returns the value of the 'Body Expression' containment reference.
|
Variable<C,PM> |
getContextVariable()
Returns the value of the 'Context Variable' containment reference.
|
<any> |
getGeneratedType()
Returns the value of the 'Generated Type' containment reference list.
|
<any> |
getParameterVariable()
Returns the value of the 'Parameter Variable' containment reference list.
|
Variable<C,PM> |
getResultVariable()
Returns the value of the 'Result Variable' containment reference.
|
void |
setBodyExpression(OCLExpression<C> value)
Sets the value of the '
Body Expression' containment reference. |
void |
setContextVariable(Variable<C,PM> value)
Sets the value of the '
Context Variable' containment reference. |
void |
setResultVariable(Variable<C,PM> value)
Sets the value of the '
Result Variable' containment reference. |
OCLExpression<C> getBodyExpression()
If the meaning of the 'Body Expression' containment reference isn't clear, there really should be more of a description here...
setBodyExpression(OCLExpression),
UtilitiesPackage.getExpressionInOCL_BodyExpression()void setBodyExpression(OCLExpression<C> value)
Body Expression' containment reference.
value - the new value of the 'Body Expression' containment reference.getBodyExpression()Variable<C,PM> getContextVariable()
If the meaning of the 'Context Variable' containment reference isn't clear, there really should be more of a description here...
setContextVariable(Variable),
UtilitiesPackage.getExpressionInOCL_ContextVariable()void setContextVariable(Variable<C,PM> value)
Context Variable' containment reference.
value - the new value of the 'Context Variable' containment reference.getContextVariable()Variable<C,PM> getResultVariable()
If the meaning of the 'Result Variable' containment reference isn't clear, there really should be more of a description here...
setResultVariable(Variable),
UtilitiesPackage.getExpressionInOCL_ResultVariable()void setResultVariable(Variable<C,PM> value)
Result Variable' containment reference.
value - the new value of the 'Result Variable' containment reference.getResultVariable()<any> getParameterVariable()
Variable<C, PM>.
If the meaning of the 'Parameter Variable' containment reference list isn't clear, there really should be more of a description here...
UtilitiesPackage.getExpressionInOCL_ParameterVariable()<any> getGeneratedType()
C.
If the meaning of the 'Generated Type' containment reference list isn't clear, there really should be more of a description here...
UtilitiesPackage.getExpressionInOCL_GeneratedType()Copyright © 2015 Open eHealth Foundation. All rights reserved.