org.eclipse.ocl.examples.pivot
Interface Iteration

All Superinterfaces:
DomainElement, DomainFeature, DomainIteration, DomainNamedElement, DomainNamespace, DomainOperation, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Feature, 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, DomainIteration

A representation of the model object 'Iteration'.

See Also:
PivotPackage.getIteration()
Generated

Method Summary
 java.util.List<Parameter> getOwnedAccumulator()
          Returns the value of the 'Owned Accumulator' containment reference list.
 java.util.List<Parameter> getOwnedIterator()
          Returns the value of the 'Owned Iterator' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Operation
getBodyExpression, getClass_, getOwnedParameter, getOwningType, getPostcondition, getPrecedence, getPrecondition, getRaisedException, getRedefinedOperation, isInvalidating, isValidating, setBodyExpression, setIsInvalidating, setIsValidating, setOwningType, setPrecedence, validateCompatibleReturn, validateLoadableImplementation, validateUniquePostconditionName, validateUniquePreconditionName
 
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, isMany, makeParameter
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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.domain.elements.DomainTypedElement
getTypeId
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Namespace
getOwnedRule
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TemplateableElement
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
getIndex, getInheritance, getOperationId, getParametersId, getParameterTypes, getTypeParameters
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainFeature
getImplementation, isStatic
 

Method Detail

getOwnedIterator

@NonNull
java.util.List<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...

Specified by:
getOwnedIterator in interface DomainIteration
Returns:
the value of the 'Owned Iterator' containment reference list.
See Also:
PivotPackage.getIteration_OwnedIterator()
Generated

getOwnedAccumulator

@NonNull
java.util.List<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...

Specified by:
getOwnedAccumulator in interface DomainIteration
Returns:
the value of the 'Owned Accumulator' containment reference list.
See Also:
PivotPackage.getIteration_OwnedAccumulator()
Generated