org.eclipse.ocl.examples.pivot.manager
Class MetaModelManager.CompleteClassSuperClassesIterable

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable<Type,Type>
      extended by org.eclipse.ocl.examples.pivot.manager.MetaModelManager.CompleteClassSuperClassesIterable
All Implemented Interfaces:
java.lang.Iterable<Type>
Enclosing class:
MetaModelManager

public class MetaModelManager.CompleteClassSuperClassesIterable
extends CompleteElementIterable<Type,Type>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable
CompleteElementIterable.Iterator
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable
iterables
 
Constructor Summary
MetaModelManager.CompleteClassSuperClassesIterable(java.lang.Iterable<Type> types)
           
 
Method Summary
protected  java.lang.Iterable<Type> getInnerIterable(Type model)
          Return the iterables for an inner iteration over the iterable.
 
Methods inherited from class org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable
getInnerValue, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaModelManager.CompleteClassSuperClassesIterable

public MetaModelManager.CompleteClassSuperClassesIterable(@NonNull
                                                          java.lang.Iterable<Type> types)
Method Detail

getInnerIterable

@NonNull
protected java.lang.Iterable<Type> getInnerIterable(@NonNull
                                                            Type model)
Description copied from class: CompleteElementIterable
Return the iterables for an inner iteration over the iterable. A null return may be used to indicate no inner iterations are necessary.

Specified by:
getInnerIterable in class CompleteElementIterable<Type,Type>
Returns:
the inner iterable or null for none.