org.eclipse.ocl.examples.domain.elements
Interface DomainIteration

All Superinterfaces:
DomainElement, DomainFeature, DomainNamedElement, DomainOperation, DomainTypedElement, Nameable
All Known Subinterfaces:
Iteration
All Known Implementing Classes:
IterationImpl

public interface DomainIteration
extends DomainOperation


Method Summary
 java.util.List<? extends DomainTypedElement> getOwnedAccumulator()
           
 java.util.List<? extends DomainTypedElement> getOwnedIterator()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainOperation
getBodyExpression, getIndex, getInheritance, getOperationId, getOwnedParameter, getParametersId, getParameterTypes, getPostcondition, getPrecondition, getTypeParameters
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainFeature
getImplementation, getOwningType, isStatic
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getType, getTypeId
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.Nameable
getName
 

Method Detail

getOwnedIterator

@NonNull
java.util.List<? extends DomainTypedElement> getOwnedIterator()

getOwnedAccumulator

@NonNull
java.util.List<? extends DomainTypedElement> getOwnedAccumulator()