org.eclipse.ocl.examples.pivot.utilities
Class TypeCaches.CompleteElementConstraintsIterable

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable<NamedElement,Constraint>
      extended by org.eclipse.ocl.examples.pivot.utilities.TypeCaches.CompleteElementConstraintsIterable
All Implemented Interfaces:
java.lang.Iterable<Constraint>
Enclosing class:
TypeCaches

public class TypeCaches.CompleteElementConstraintsIterable
extends CompleteElementIterable<NamedElement,Constraint>


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
TypeCaches.CompleteElementConstraintsIterable(java.lang.Iterable<? extends NamedElement> models)
           
 
Method Summary
protected  java.lang.Iterable<Constraint> getInnerIterable(NamedElement 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

TypeCaches.CompleteElementConstraintsIterable

public TypeCaches.CompleteElementConstraintsIterable(java.lang.Iterable<? extends NamedElement> models)
Method Detail

getInnerIterable

protected java.lang.Iterable<Constraint> getInnerIterable(NamedElement 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<NamedElement,Constraint>
Returns:
the inner iterable or null for none.