org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface ExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
BinaryOperatorCS, BooleanLiteralExpCS, CollectionLiteralExpCS, DecoratedNamedExpCS, IfExpCS, IndexExpCS, InfixExpCS, InvalidLiteralExpCS, LetExpCS, LetVariableCS, LiteralExpCS, NamedExpCS, NameExpCS, NavigatingExpCS, NavigationOperatorCS, NestedExpCS, NullLiteralExpCS, NumberLiteralExpCS, OclMessageArgCS, OperatorCS, PreExpCS, PrefixExpCS, PrimitiveLiteralExpCS, SelfExpCS, SimpleNamedExpCS, StringLiteralExpCS, TupleLiteralExpCS, TypeLiteralExpCS, TypeNameExpCS, UnaryOperatorCS, UnlimitedNaturalLiteralExpCS
All Known Implementing Classes:
BinaryOperatorCSImpl, BooleanLiteralExpCSImpl, CollectionLiteralExpCSImpl, DecoratedNamedExpCSImpl, ExpCSImpl, IfExpCSImpl, IndexExpCSImpl, InfixExpCSImpl, InvalidLiteralExpCSImpl, LetExpCSImpl, LetVariableCSImpl, LiteralExpCSImpl, NameExpCSImpl, NavigatingExpCSImpl, NavigationOperatorCSImpl, NestedExpCSImpl, NullLiteralExpCSImpl, NumberLiteralExpCSImpl, OclMessageArgCSImpl, OperatorCSImpl, PreExpCSImpl, PrefixExpCSImpl, PrimitiveLiteralExpCSImpl, SelfExpCSImpl, StringLiteralExpCSImpl, TupleLiteralExpCSImpl, TypeLiteralExpCSImpl, TypeNameExpCSImpl, UnaryOperatorCSImpl, UnlimitedNaturalLiteralExpCSImpl

public interface ExpCS
extends MonikeredElementCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.getExpCS()
Generated
Model

Method Summary
 OperatorCS getParent()
          Returns the value of the 'Parent' reference.
 void setParent(OperatorCS value)
          Sets the value of the 'Parent' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, 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

getParent

OperatorCS getParent()
Returns the value of the 'Parent' reference.

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

Returns:
the value of the 'Parent' reference.
See Also:
setParent(OperatorCS), EssentialOCLCSTPackage.getExpCS_Parent()
Generated
Model
resolveProxies="false" transient="true"

setParent

void setParent(OperatorCS value)
Sets the value of the 'Parent' reference.

Parameters:
value - the new value of the 'Parent' reference.
See Also:
getParent()
Generated