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

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

public class MetaModelManager.CompleteClassPropertiesIterable
extends CompleteElementIterable<Type,Property>


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.CompleteClassPropertiesIterable(java.lang.Iterable<Type> types, boolean selectStatic)
           
 
Method Summary
protected  java.lang.Iterable<Property> getInnerIterable(Type model)
          Return the iterables for an inner iteration over the iterable.
protected  Property getInnerValue(Property 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.CompleteClassPropertiesIterable

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

getInnerIterable

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

getInnerValue

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