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

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

public interface PrefixExpCS
extends ExpCS

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

The following features are supported:

See Also:
EssentialOCLCSPackage.getPrefixExpCS()
Generated
Model

Method Summary
 ExpCS getOwnedExpression()
          Returns the value of the 'Owned Expression' containment reference.
 org.eclipse.emf.common.util.EList<UnaryOperatorCS> getOwnedOperator()
          Returns the value of the 'Owned Operator' containment reference list.
 void setOwnedExpression(ExpCS value)
          Sets the value of the 'Owned 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

getOwnedOperator

org.eclipse.emf.common.util.EList<UnaryOperatorCS> getOwnedOperator()
Returns the value of the 'Owned Operator' containment reference list. The list contents are of type UnaryOperatorCS.

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

Returns:
the value of the 'Owned Operator' containment reference list.
See Also:
EssentialOCLCSPackage.getPrefixExpCS_OwnedOperator()
Generated
Model
containment="true"

getOwnedExpression

ExpCS getOwnedExpression()
Returns the value of the 'Owned Expression' containment reference.

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

Returns:
the value of the 'Owned Expression' containment reference.
See Also:
setOwnedExpression(ExpCS), EssentialOCLCSPackage.getPrefixExpCS_OwnedExpression()
Generated
Model
containment="true"

setOwnedExpression

void setOwnedExpression(ExpCS value)
Sets the value of the 'Owned Expression' containment reference.

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