Package org.eclipse.m2m.atl.emftvm.util
Class ResourceIterable
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.ResourceIterable
- All Implemented Interfaces:
Iterable<org.eclipse.emf.ecore.EObject>
Makes the contents of a
Resource available as an Iterable.-
Constructor Summary
ConstructorsConstructorDescriptionResourceIterable(org.eclipse.emf.ecore.resource.Resource res) Creates a newResourceIterablearoundres. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ResourceIterable
public ResourceIterable(org.eclipse.emf.ecore.resource.Resource res) Creates a newResourceIterablearoundres.- Parameters:
res- the resource
-
-
Method Details