org.eclipse.ocl.examples.impactanalyzer.util
Class EntryIterableWithIterableForNullKey

java.lang.Object
  extended by org.eclipse.ocl.examples.impactanalyzer.util.EntryIterableWithIterableForNullKey
All Implemented Interfaces:
java.util.Map.Entry<OperationCallExp,java.lang.Iterable<AnnotatedEObject>>

public class EntryIterableWithIterableForNullKey
extends java.lang.Object
implements java.util.Map.Entry<OperationCallExp,java.lang.Iterable<AnnotatedEObject>>


Constructor Summary
EntryIterableWithIterableForNullKey(java.lang.Iterable<AnnotatedEObject> iterable)
           
 
Method Summary
 OperationCallExp getKey()
           
 java.lang.Iterable<AnnotatedEObject> getValue()
           
 java.lang.Iterable<AnnotatedEObject> setValue(java.lang.Iterable<AnnotatedEObject> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

EntryIterableWithIterableForNullKey

public EntryIterableWithIterableForNullKey(java.lang.Iterable<AnnotatedEObject> iterable)
Method Detail

getKey

public OperationCallExp getKey()
Specified by:
getKey in interface java.util.Map.Entry<OperationCallExp,java.lang.Iterable<AnnotatedEObject>>

getValue

public java.lang.Iterable<AnnotatedEObject> getValue()
Specified by:
getValue in interface java.util.Map.Entry<OperationCallExp,java.lang.Iterable<AnnotatedEObject>>

setValue

public java.lang.Iterable<AnnotatedEObject> setValue(java.lang.Iterable<AnnotatedEObject> value)
Specified by:
setValue in interface java.util.Map.Entry<OperationCallExp,java.lang.Iterable<AnnotatedEObject>>