org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
Interface IfExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Implementing Classes:
IfExpCSImpl

public interface IfExpCS
extends ExpCS

A representation of the model object 'If Exp CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getIfExpCS()
Generated
Model

Method Summary
 ExpCS getCondition()
          Returns the value of the 'Condition' containment reference.
 ExpCS getElseExpression()
          Returns the value of the 'Else Expression' containment reference.
 ExpCS getThenExpression()
          Returns the value of the 'Then Expression' containment reference.
 void setCondition(ExpCS value)
          Sets the value of the 'Condition' containment reference.
 void setElseExpression(ExpCS value)
          Sets the value of the 'Else Expression' containment reference.
 void setThenExpression(ExpCS value)
          Sets the value of the 'Then Expression' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.ExpCS
getParent, isHasError, setHasError, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCondition

ExpCS getCondition()
Returns the value of the 'Condition' containment reference.

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

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(ExpCS), EssentialOCLCSPackage.getIfExpCS_Condition()
Generated
Model
containment="true"

setCondition

void setCondition(ExpCS value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()
Generated

getThenExpression

ExpCS getThenExpression()
Returns the value of the 'Then Expression' containment reference.

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

Returns:
the value of the 'Then Expression' containment reference.
See Also:
setThenExpression(ExpCS), EssentialOCLCSPackage.getIfExpCS_ThenExpression()
Generated
Model
containment="true"

setThenExpression

void setThenExpression(ExpCS value)
Sets the value of the 'Then Expression' containment reference.

Parameters:
value - the new value of the 'Then Expression' containment reference.
See Also:
getThenExpression()
Generated

getElseExpression

ExpCS getElseExpression()
Returns the value of the 'Else Expression' containment reference.

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

Returns:
the value of the 'Else Expression' containment reference.
See Also:
setElseExpression(ExpCS), EssentialOCLCSPackage.getIfExpCS_ElseExpression()
Generated
Model
containment="true"

setElseExpression

void setElseExpression(ExpCS value)
Sets the value of the 'Else Expression' containment reference.

Parameters:
value - the new value of the 'Else Expression' containment reference.
See Also:
getElseExpression()
Generated