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

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

public class MetaModelManager.CompleteTypeOperationsIterable
extends CompleteElementIterable<Type,Operation>


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

Field Detail

selectStatic

protected final java.lang.Boolean selectStatic
Constructor Detail

MetaModelManager.CompleteTypeOperationsIterable

public MetaModelManager.CompleteTypeOperationsIterable(@NonNull
                                                       java.lang.Iterable<Type> types,
                                                       boolean selectStatic)
Method Detail

getInnerIterable

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

getInnerValue

@Nullable
protected Operation getInnerValue(@NonNull
                                           Operation element)
Overrides:
getInnerValue in class CompleteElementIterable<Type,Operation>