Uses of Interface
org.eclipse.ocl.examples.domain.utilities.IndexableIterable

Packages that use IndexableIterable
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.utilities   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
 

Uses of IndexableIterable in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return IndexableIterable
 IndexableIterable<? extends DomainType> DomainOperation.getParameterType()
          Return the ordered list of parameters of this operation.
 IndexableIterable<DomainFragment> DomainInheritance.getSuperFragments(int depth)
          Return an Iterable of all the super-inheritances at a specified depth, between 0 and getDepth() inclusive.
 

Uses of IndexableIterable in org.eclipse.ocl.examples.domain.types
 

Classes in org.eclipse.ocl.examples.domain.types that implement IndexableIterable
static class AbstractInheritance.FragmentIterable
           
 

Uses of IndexableIterable in org.eclipse.ocl.examples.domain.utilities
 

Classes in org.eclipse.ocl.examples.domain.utilities that implement IndexableIterable
 class ArrayIterable<T>
          ArrayIterable provides an Iterable for an Array
 

Uses of IndexableIterable in org.eclipse.ocl.examples.library.executor
 

Methods in org.eclipse.ocl.examples.library.executor that return IndexableIterable
 IndexableIterable<DomainType> ExecutorOperation.getParameterType()
           
 

Uses of IndexableIterable in org.eclipse.ocl.examples.pivot.internal.impl
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return IndexableIterable
 IndexableIterable<Type> OperationImpl.getParameterType()