com.hammurapi.review.util
Class EObjectToIterableConverter
java.lang.Object
com.hammurapi.convert.AtomicConverterBase<org.eclipse.emf.ecore.EObject,Iterable<org.eclipse.emf.ecore.EObject>>
com.hammurapi.review.util.EObjectToIterableConverter
- All Implemented Interfaces:
- AtomicConverter<org.eclipse.emf.ecore.EObject,Iterable<org.eclipse.emf.ecore.EObject>>
public class EObjectToIterableConverter
- extends AtomicConverterBase<org.eclipse.emf.ecore.EObject,Iterable<org.eclipse.emf.ecore.EObject>>
Converts EObject to iterable which includes the object itself into iteration.
- Author:
- Pavel Vlasov
EObjectToIterableConverter
public EObjectToIterableConverter()
convert
public Iterable<org.eclipse.emf.ecore.EObject> convert(org.eclipse.emf.ecore.EObject source,
Converter master,
Context context,
ClassLoader classLoader)