org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
Interface PrecedenceCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
PrecedenceCSImpl

public interface PrecedenceCS
extends NamedElementCS

A representation of the model object 'Precedence CS'.

The following features are supported:

See Also:
OCLstdlibCSTPackage.getPrecedenceCS()
Generated
Model

Method Summary
 boolean isRightAssociative()
          Returns the value of the 'Right Associative' attribute.
 void setRightAssociative(boolean value)
          Sets the value of the 'Right Associative' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
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

isRightAssociative

boolean isRightAssociative()
Returns the value of the 'Right Associative' attribute. The default value is "false".

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

Returns:
the value of the 'Right Associative' attribute.
See Also:
setRightAssociative(boolean), OCLstdlibCSTPackage.getPrecedenceCS_RightAssociative()
Generated
Model
default="false"

setRightAssociative

void setRightAssociative(boolean value)
Sets the value of the 'Right Associative' attribute.

Parameters:
value - the new value of the 'Right Associative' attribute.
See Also:
isRightAssociative()
Generated