org.eclipse.gmt.modisco.infra.facet.core
Class FacetSetCatalog
java.lang.Object
EcoreCatalog
org.eclipse.gmt.modisco.infra.facet.core.FacetSetCatalog
public final class FacetSetCatalog
- extends EcoreCatalog
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSingleton
public static FacetSetCatalog getSingleton()
getEPackageToDefaultFacetSetMap
public java.util.HashMap<EPackage,FacetSet> getEPackageToDefaultFacetSetMap()
getFacetSet
public FacetSet getFacetSet(java.lang.String name)
- This method returns the facet set of the resource having for name the
"name" parameter value.
- Parameters:
name - the name of a resource contained in the catalog
- Returns:
- return a facet set
getDefaultFacetSet
public FacetSet getDefaultFacetSet(EPackage ePackage)
getAllFacetSets
public java.util.Collection<FacetSet> getAllFacetSets()
- This methods returns the facet sets of all the resources contained in the
catalog.
- Returns:
- returns all the facet sets