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

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

public interface LetExpCS
extends ExpCS

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

The following features are supported:

See Also:
EssentialOCLCSPackage.getLetExpCS()
Generated
Model

Method Summary
 ExpCS getIn()
          Returns the value of the 'In' containment reference.
 org.eclipse.emf.common.util.EList<LetVariableCS> getVariable()
          Returns the value of the 'Variable' containment reference list.
 void setIn(ExpCS value)
          Sets the value of the 'In' 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

getVariable

org.eclipse.emf.common.util.EList<LetVariableCS> getVariable()
Returns the value of the 'Variable' containment reference list. The list contents are of type LetVariableCS. It is bidirectional and its opposite is 'Let Expression'.

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

Returns:
the value of the 'Variable' containment reference list.
See Also:
EssentialOCLCSPackage.getLetExpCS_Variable(), LetVariableCS.getLetExpression()
Generated
Model
opposite="letExpression" containment="true"

getIn

ExpCS getIn()
Returns the value of the 'In' containment reference.

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

Returns:
the value of the 'In' containment reference.
See Also:
setIn(ExpCS), EssentialOCLCSPackage.getLetExpCS_In()
Generated
Model
containment="true"

setIn

void setIn(ExpCS value)
Sets the value of the 'In' containment reference.

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