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

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

public interface IndexExpCS
extends DecoratedNamedExpCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.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.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.DecoratedNamedExpCS
getNamedExp, setNamedExp
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.NamedExpCS
getNamedElement, getSimpleNamedExp
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
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

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:
EssentialOCLCSTPackage.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:
EssentialOCLCSTPackage.getIndexExpCS_SecondIndexes()
Generated
Model
containment="true"