Uses of Interface
org.eclipse.gmt.modisco.infra.facet.FacetSet

Packages that use FacetSet
org.eclipse.gmt.modisco.infra.facet   
org.eclipse.gmt.modisco.infra.facet.core   
 

Uses of FacetSet in org.eclipse.gmt.modisco.infra.facet
 

Methods in org.eclipse.gmt.modisco.infra.facet that return FacetSet
 FacetSet FacetFactory.createFacetSet()
          Returns a new object of class 'Set'.
 FacetSet Facet.getFacetSet()
          Returns the value of the 'Facet Set' reference.
 

Uses of FacetSet in org.eclipse.gmt.modisco.infra.facet.core
 

Methods in org.eclipse.gmt.modisco.infra.facet.core that return FacetSet
 FacetSet FacetSetCatalog.getFacetSet(java.lang.String name)
          This method returns the facet set of the resource having for name the "name" parameter value.
 

Methods in org.eclipse.gmt.modisco.infra.facet.core that return types with arguments of type FacetSet
 java.util.Collection<FacetSet> FacetSetCatalog.getAllFacetSets()
          This methods returns the facet sets of all the resources contained in the catalog.
 java.util.Set<FacetSet> FacetSetCatalog.getDefaultFacetSets(EPackage ePackage)
          Get the set of default FacetSets that apply to the given EPackage.
 java.util.Map<EPackage,java.util.HashSet<FacetSet>> FacetSetCatalog.getEPackageToDefaultFacetSetMap()
           
 

Methods in org.eclipse.gmt.modisco.infra.facet.core with parameters of type FacetSet
 void FacetContext.addFacetSet(FacetSet facetSet)
           
 

Method parameters in org.eclipse.gmt.modisco.infra.facet.core with type arguments of type FacetSet
 void FacetContext.addAll(java.util.Collection<FacetSet> allFacetSets)