Class CDOInstanceOfIterable
java.lang.Object
org.eclipse.m2m.atl.emftvm.cdo.impl.CDOInstanceOfIterable
- All Implemented Interfaces:
Iterable<org.eclipse.emf.ecore.EObject>
-
Constructor Summary
ConstructorDescriptionCDOInstanceOfIterable
(org.eclipse.emf.cdo.eresource.CDOResource res, org.eclipse.emf.ecore.EClass type) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.net4j.util.collection.CloseableIterator<org.eclipse.emf.ecore.EObject>
iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CDOInstanceOfIterable
public CDOInstanceOfIterable(org.eclipse.emf.cdo.eresource.CDOResource res, org.eclipse.emf.ecore.EClass type) - Parameters:
res
- the resourcetype
- the EClass
-
-
Method Details