Community
Participate
Working Groups
The method setCatalogSet in the interface ICatalogManager feels backwards: it is called setCatalogSet, but it in fact does not set the CatalogSet but adds the catalog to the list of catalogs in the CatalogSet. I think this method should be replaced by: ICatalogManager#getCatalogSet(), that would return the org.eclipse.emf.facet.util.emf.catalog.Catalog managed by the ICatalogManager. And the ICatalogSetManager which owns and is responsible for its CatalogSet should also be responsible for adding the catalogs to its CatalogSet.
(In reply to comment #0) > I think this method should be replaced by: > ICatalogManager#getCatalogSet() I meant: ICatalogManager#getCatalog()