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

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

public interface BinaryOperatorCS
extends OperatorCS

A representation of the model object 'Binary Operator CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getBinaryOperatorCS()
Generated
Model

Method Summary
 ExpCS getArgument()
          Returns the value of the 'Argument' reference.
 void setArgument(ExpCS value)
          Sets the value of the 'Argument' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.OperatorCS
getSource, setSource
 
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

getArgument

ExpCS getArgument()
Returns the value of the 'Argument' reference.

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

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

setArgument

void setArgument(ExpCS value)
Sets the value of the 'Argument' reference.

Parameters:
value - the new value of the 'Argument' reference.
See Also:
getArgument()
Generated