de.uni_leipzig.wifa.iwi.mr3.service.impl
Class ServiceHelperImpl

Package class diagram package ServiceHelperImpl
java.lang.Object
  extended by 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.


Constructor Summary
ServiceHelperImpl()
           
 
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
 

Constructor Detail

ServiceHelperImpl

public ServiceHelperImpl()
Method Detail

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 EPackage
rset - the ResourceSet
See Also:
ServiceHelper.registerAllSubpackages(org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.resource.ResourceSet)


Copyright © 2010 Uni-Leipzig. All Rights Reserved.