org.eclipse.gmt.umlx.essentialocl
Interface ExpressionInOcl

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, OpaqueExpression

public interface ExpressionInOcl
extends OpaqueExpression

A representation of the model object 'Expression In Ocl'.

The following features are supported:

See Also:
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

getBodyExpression

OclExpression getBodyExpression()
Returns the value of the 'Body Expression' containment reference.

If the meaning of the 'Body Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Body Expression' containment reference.
See Also:
setBodyExpression(OclExpression), EssentialoclPackage.getExpressionInOcl_BodyExpression()

setBodyExpression

void setBodyExpression(OclExpression value)
Sets the value of the 'Body Expression' containment reference.

Parameters:
value - the new value of the 'Body Expression' containment reference.
See Also:
getBodyExpression()

getContext

Variable getContext()
Returns the value of the 'Context' containment reference.

If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context' containment reference.
See Also:
setContext(Variable), EssentialoclPackage.getExpressionInOcl_Context()

setContext

void setContext(Variable value)
Sets the value of the 'Context' containment reference.

Parameters:
value - the new value of the 'Context' containment reference.
See Also:
getContext()

getResultVariable

Variable getResultVariable()
Returns the value of the 'Result Variable' containment reference.

If the meaning of the 'Result Variable' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result Variable' containment reference.
See Also:
setResultVariable(Variable), EssentialoclPackage.getExpressionInOcl_ResultVariable()

setResultVariable

void setResultVariable(Variable value)
Sets the value of the 'Result Variable' containment reference.

Parameters:
value - the new value of the 'Result Variable' containment reference.
See Also:
getResultVariable()

getParameterVariable

org.eclipse.emf.common.util.EList<Variable> getParameterVariable()
Returns the value of the 'Parameter Variable' containment reference list. The list contents are of type Variable.

If the meaning of the 'Parameter Variable' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Variable' containment reference list.
See Also:
EssentialoclPackage.getExpressionInOcl_ParameterVariable()