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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
BinaryOperatorCS, NavigationOperatorCS, UnaryOperatorCS
All Known Implementing Classes:
BinaryOperatorCSImpl, NavigationOperatorCSImpl, OperatorCSImpl, UnaryOperatorCSImpl

public interface OperatorCS
extends ExpCS, NamedElementCS

A representation of the model object 'Operator CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getOperatorCS()
Generated
Model
abstract="true"

Method Summary
 ExpCS getSource()
          Returns the value of the 'Source' reference.
 void setSource(ExpCS value)
          Sets the value of the 'Source' 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.NamedElementCS
getName, setName
 
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
 

Method Detail

getSource

ExpCS getSource()
Returns the value of the 'Source' reference.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(ExpCS), EssentialOCLCSPackage.getOperatorCS_Source()
Generated
Model
resolveProxies="false" required="true" transient="true"

setSource

void setSource(ExpCS value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()
Generated