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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, JavaImplementationCS, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, OperationCS, Pivotable, PivotableElementCS, PivotObject, TemplateableElementCS, TypedElementCS, VisitableCS
All Known Implementing Classes:
LibIterationCSImpl

public interface LibIterationCS
extends OperationCS, JavaImplementationCS

A representation of the model object 'Lib Iteration CS'.

The following features are supported:

See Also:
OCLstdlibCSTPackage.getLibIterationCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ParameterCS> getOwnedAccumulator()
          Returns the value of the 'Owned Accumulator' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterCS> getOwnedIterator()
          Returns the value of the 'Owned Iterator' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.OperationCS
getOwnedException, getOwnedParameter, getOwningClass, setOwningClass
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS
getOwnedConstraint, getOwnedType, getQualifier, setOwnedType
 
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.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TemplateableElementCS
getOwnedTemplateSignature, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.JavaImplementationCS
getImplementation, setImplementation
 

Method Detail

getOwnedIterator

org.eclipse.emf.common.util.EList<ParameterCS> getOwnedIterator()
Returns the value of the 'Owned Iterator' containment reference list. The list contents are of type ParameterCS.

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

Returns:
the value of the 'Owned Iterator' containment reference list.
See Also:
OCLstdlibCSTPackage.getLibIterationCS_OwnedIterator()
Generated
Model
containment="true"

getOwnedAccumulator

org.eclipse.emf.common.util.EList<ParameterCS> getOwnedAccumulator()
Returns the value of the 'Owned Accumulator' containment reference list. The list contents are of type ParameterCS.

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

Returns:
the value of the 'Owned Accumulator' containment reference list.
See Also:
OCLstdlibCSTPackage.getLibIterationCS_OwnedAccumulator()
Generated
Model
containment="true"