org.eclipse.ocl.examples.pivot
Interface Iteration

All Superinterfaces:
DomainElement, DomainNamedElement, DomainOperation, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Feature, 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> getOwnedAccumulator()
          Returns the value of the 'Owned Accumulator' containment reference list.
 org.eclipse.emf.common.util.EList<Parameter> getOwnedIterator()
          Returns the value of the 'Owned Iterator' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Operation
createOwnedParameter, getClass_, getOwnedParameter, getOwningType, getPrecedence, getRaisedException, setOwningType, setPrecedence, validateCompatibleReturn
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Feature
getImplementation, getImplementationClass, setImplementation, setImplementationClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedMultiplicityElement
CompatibleBody, makeParameter
 
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, getOwnedAnnotation, getOwnedRule, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
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.domain.elements.DomainNamedElement
getName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MultiplicityElement
getLower, getUpper, includesCardinality, includesMultiplicity, isMultivalued, isOrdered, isUnique, lowerBound, setIsOrdered, setIsUnique, setLower, setUpper, upperBound
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBinding, getUnspecializedElement, isTemplate, parameterableElements, setOwnedTemplateSignature, setUnspecializedElement
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.ParameterableElement
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainOperation
getImplementation, getIndex, getInheritance, getParameterType, isStatic
 

Method Detail

getOwnedIterator

org.eclipse.emf.common.util.EList<Parameter> getOwnedIterator()
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" annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Iteration!ownedIterator'"

createOwnedIterator

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

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

getOwnedAccumulator

org.eclipse.emf.common.util.EList<Parameter> getOwnedAccumulator()
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" annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Iteration!ownedAccumulator'"

createOwnedAccumulator

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

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