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

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

public class MetaModelManager.CompleteElementCommentsIterable
extends CompleteElementIterable<DomainElement,Comment>


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.CompleteElementCommentsIterable(java.lang.Iterable<? extends DomainElement> models)
           
 
Method Summary
protected  java.lang.Iterable<Comment> getInnerIterable(DomainElement 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.CompleteElementCommentsIterable

public MetaModelManager.CompleteElementCommentsIterable(@NonNull
                                                        java.lang.Iterable<? extends DomainElement> models)
Method Detail

getInnerIterable

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