Uses of Interface
org.eclipse.emf.facet.util.emf.catalog.CatalogSet

Packages that use CatalogSet
org.eclipse.emf.facet.util.emf.catalog   
org.eclipse.emf.facet.util.emf.core   
 

Uses of CatalogSet in org.eclipse.emf.facet.util.emf.catalog
 

Methods in org.eclipse.emf.facet.util.emf.catalog that return CatalogSet
 CatalogSet CatalogFactory.createCatalogSet()
          Returns a new object of class 'Set'.
 

Uses of CatalogSet in org.eclipse.emf.facet.util.emf.core
 

Methods in org.eclipse.emf.facet.util.emf.core that return CatalogSet
 CatalogSet ICatalogSetManager.getCatalogSet()
          This method returns the CatalogSet object which contains all the registered catalogs.
 

Methods in org.eclipse.emf.facet.util.emf.core with parameters of type CatalogSet
 void ICatalogManager.setCatalogSet(CatalogSet catalogSet)
          This method is called by the CatalogSetManager after the instantiation of this ICatalogManager.