org.eclipse.ocl.examples.pivot
Interface Iteration

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, Feature, java.lang.Iterable<Operation>, MonikeredElement, MultiplicityElement, Nameable, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, Operation, ParameterableElement, PivotObject, TemplateableElement, TypedElement, TypedMultiplicityElement, Visitable
All Known Implementing Classes:
IterationImpl

public interface Iteration
extends Operation

A representation of the model object 'Iteration'.

The following features are supported:

See Also:
PivotPackage.getIteration()
Generated
Model

Method Summary
 Parameter createOwnedAccumulator()
          Creates a new Parameter and appends it to the 'Owned Accumulator' containment reference list.
 Parameter createOwnedIterator()
          Creates a new Parameter and appends it to the 'Owned Iterator' containment reference list.
 org.eclipse.emf.common.util.EList<Parameter> getOwnedAccumulators()
          Returns the value of the 'Owned Accumulator' containment reference list.
 org.eclipse.emf.common.util.EList<Parameter> getOwnedIterators()
          Returns the value of the 'Owned Iterator' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Operation
createOwnedParameter, getClass_, getOwnedParameters, getPrecedence, getRaisedExceptions, setClass_, setPrecedence, validateTestConstraint
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Feature
getImplementation, getImplementationClass, setImplementation, setImplementationClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MultiplicityElement
getLower, getUpper, includesCardinality, includesMultiplicity, isMultivalued, isOrdered, isUnique, lowerBound, setIsOrdered, setIsUnique, setLower, setUpper, upperBound, validateLowerGe0, validateUpperGeLower
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, getUnspecializedElement, isTemplate, parameterableElements, setOwnedTemplateSignature, setUnspecializedElement
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.ParameterableElement
getOwningTemplateParameter, getTemplateParameter, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getOwnedIterators

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

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:
PivotPackage.getIteration_OwnedIterator()
Generated
Model
containment="true" ordered="false"

createOwnedIterator

Parameter createOwnedIterator()
Creates a new Parameter and appends it to the 'Owned Iterator' containment reference list.

Returns:
The new Parameter.
See Also:
getOwnedIterators()
Generated

getOwnedAccumulators

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

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:
PivotPackage.getIteration_OwnedAccumulator()
Generated
Model
containment="true" ordered="false"

createOwnedAccumulator

Parameter createOwnedAccumulator()
Creates a new Parameter and appends it to the 'Owned Accumulator' containment reference list.

Returns:
The new Parameter.
See Also:
getOwnedAccumulators()
Generated