de.uni_leipzig.wifa.iwi.mr3.service
Interface ServiceHelper

Package class diagram package ServiceHelper
All Known Implementing Classes:
ServiceHelperImpl

public interface ServiceHelper

Helper interface 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.
 

Method Detail

registerAllSubpackages

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.

Parameters:
pkg - the EPackage
rset - the ResourceSet


Copyright © 2010 Uni-Leipzig. All Rights Reserved.