public final class EPackageHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.eclipse.emf.ecore.EPackage> |
getAllSubPackages(org.eclipse.emf.ecore.EPackage ePackage)
Gets the all sub packages.
|
static void |
removeSubPackages(org.eclipse.emf.ecore.EPackage ePackage,
Set<org.eclipse.emf.ecore.EPackage> subPackagesRm)
Removes subpackages from an EPackage .
|
public static List<org.eclipse.emf.ecore.EPackage> getAllSubPackages(org.eclipse.emf.ecore.EPackage ePackage)
ePackage - the e packagepublic static void removeSubPackages(org.eclipse.emf.ecore.EPackage ePackage,
Set<org.eclipse.emf.ecore.EPackage> subPackagesRm)
ePackage - the EPackagesubPackagesRm - the subpackages to be removed.Copyright © 2017. All rights reserved.