de.uni_leipzig.wifa.iwi.mr3.service.impl
Class ServiceHelperImpl
java.lang.Object
de.uni_leipzig.wifa.iwi.mr3.service.impl.ServiceHelperImpl
- All Implemented Interfaces:
- ServiceHelper
public class ServiceHelperImpl
- extends Object
- implements ServiceHelper
Some helper methods used in service layer.
Method Summary |
void |
registerAllSubpackages(org.eclipse.emf.ecore.EPackage pkg,
org.eclipse.emf.ecore.resource.ResourceSet rset)
Registers the given EPackage and all its subpackages in the registry of the
given resource set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceHelperImpl
public ServiceHelperImpl()
registerAllSubpackages
public void registerAllSubpackages(org.eclipse.emf.ecore.EPackage pkg,
org.eclipse.emf.ecore.resource.ResourceSet rset)
- Registers the given EPackage and all its subpackages in the registry of the
given resource set.
- Specified by:
registerAllSubpackages
in interface ServiceHelper
- Parameters:
pkg
- the EPackagerset
- the ResourceSet- See Also:
ServiceHelper.registerAllSubpackages(org.eclipse.emf.ecore.EPackage,
org.eclipse.emf.ecore.resource.ResourceSet)
Copyright © 2010 Uni-Leipzig. All Rights Reserved.