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.ids   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.utilities   
 

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

Methods in org.eclipse.ocl.examples.domain.elements that return IndexableIterable
 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.ids
 

Subinterfaces of IndexableIterable in org.eclipse.ocl.examples.domain.ids
 interface BindingsId
          BindingsId provides a hashable list of elementIds suitable for use when indexing specializations.
 interface ParametersId
          ParametersId provides a hashable list of operation parameter ids suitable for use when indexing operation overloads.
 

Uses of IndexableIterable in org.eclipse.ocl.examples.domain.ids.impl
 

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement IndexableIterable
 class BindingsIdImpl
          BindingsIdImpl provides a hashable list of elementIds suitable for use when indexing specializations.
 class ParametersIdImpl
          ParametersId provides a hashed list of typeIds suitable for characterizing an operation signature.
 

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