public final class SubClassesUtils
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.List<EClass> | getSubClasses(EClass eClass) | 
| static void | initAdapters(EPackage ePackage)Careful this method must be used wisely! It will add an  Adapteron eachEClasson yourEPackage. | 
public static java.util.List<EClass> getSubClasses(EClass eClass)
public static void initAdapters(EPackage ePackage)
Adapter
 on each EClass on your EPackage. If you call this method
 several times, the previous Adapters won't be erased. Just call it when
 your EPackage is not in the EPackage.Registry or if the
 initialization is already done (the getSubClasses(EClass) has
 been already called)