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

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

public interface IndexExpCS
extends NamedExpCS

A representation of the model object 'Index Exp CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getIndexExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ExpCS> getFirstIndexes()
          Returns the value of the 'First Indexes' containment reference list.
 org.eclipse.emf.common.util.EList<ExpCS> getSecondIndexes()
          Returns the value of the 'Second Indexes' containment reference list.
 boolean isAtPre()
          Returns the value of the 'At Pre' attribute.
 void setAtPre(boolean value)
          Sets the value of the 'At Pre' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.NamedExpCS
getNameExp, setNameExp
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.AbstractNameExpCS
getNamedElement, getPathName, getSourceType, setSourceType
 
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

getFirstIndexes

org.eclipse.emf.common.util.EList<ExpCS> getFirstIndexes()
Returns the value of the 'First Indexes' containment reference list. The list contents are of type ExpCS.

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

Returns:
the value of the 'First Indexes' containment reference list.
See Also:
EssentialOCLCSPackage.getIndexExpCS_FirstIndexes()
Generated
Model
containment="true" required="true"

getSecondIndexes

org.eclipse.emf.common.util.EList<ExpCS> getSecondIndexes()
Returns the value of the 'Second Indexes' containment reference list. The list contents are of type ExpCS.

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

Returns:
the value of the 'Second Indexes' containment reference list.
See Also:
EssentialOCLCSPackage.getIndexExpCS_SecondIndexes()
Generated
Model
containment="true"

isAtPre

boolean isAtPre()
Returns the value of the 'At Pre' attribute. The default value is "false".

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

Returns:
the value of the 'At Pre' attribute.
See Also:
setAtPre(boolean), EssentialOCLCSPackage.getIndexExpCS_AtPre()
Generated
Model
default="false"

setAtPre

void setAtPre(boolean value)
Sets the value of the 'At Pre' attribute.

Parameters:
value - the new value of the 'At Pre' attribute.
See Also:
isAtPre()
Generated