Uses of Interface
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet

Packages that use FacetSet
org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom   
org.eclipse.emf.facet.efacet.core   
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet   
 

Uses of FacetSet in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom
 

Subinterfaces of FacetSet in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom
 interface Customization
          A representation of the model object 'Customization'.
 

Uses of FacetSet in org.eclipse.emf.facet.efacet.core
 

Methods in org.eclipse.emf.facet.efacet.core that return FacetSet
static FacetSet FacetUtils.getFacetSet(java.util.Collection<FacetSet> facetSets, java.lang.String name)
          Find a FacetSet with the given name among the given list of FacetSets.
static FacetSet FacetUtils.getFacetSet(ETypedElement eTypedElement)
           
static FacetSet FacetUtils.getFacetSet(Facet facet)
           
static FacetSet FacetUtils.getRootFacetSet(Facet facet)
           
static FacetSet FacetUtils.getRootFacetSet(FacetSet facetSet)
           
 

Methods in org.eclipse.emf.facet.efacet.core that return types with arguments of type FacetSet
static java.util.List<FacetSet> FacetUtils.getFacetSets(java.util.Collection<FacetSet> facetSets, java.lang.String name)
          Find all FacetSets with the given name among the given list of FacetSets.
static java.util.List<FacetSet> FacetUtils.getFacetSetsByPath(java.util.Collection<FacetSet> rootFacetSets, java.lang.String... path)
          Find all the FacetSets with the given path among the given list of root FacetSets.
 java.util.List<FacetSet> IFacetManager.getManagedFacetSets()
          This method returns the list of loaded facet sets.
 java.util.Collection<FacetSet> IFacetSetCatalogManager.getRegisteredFacetSets()
           
 

Methods in org.eclipse.emf.facet.efacet.core with parameters of type FacetSet
static java.util.Set<EPackage> FacetUtils.getAllExtendedEPackage(FacetSet facetSet)
           
static EPackage FacetUtils.getExtendedEPackage(FacetSet facetSet)
           
static Facet FacetUtils.getFacet(FacetSet facetSet, java.lang.String facetName)
          Find a Facet in a FacetSet
static java.util.List<Facet> FacetUtils.getFacets(FacetSet facetSet)
           
static FacetSet FacetUtils.getRootFacetSet(FacetSet facetSet)
           
 void IFacetSetCatalogManager.registerFacetSet(FacetSet facetSet)
           
 

Method parameters in org.eclipse.emf.facet.efacet.core with type arguments of type FacetSet
static FacetSet FacetUtils.getFacetSet(java.util.Collection<FacetSet> facetSets, java.lang.String name)
          Find a FacetSet with the given name among the given list of FacetSets.
static java.util.List<FacetSet> FacetUtils.getFacetSets(java.util.Collection<FacetSet> facetSets, java.lang.String name)
          Find all FacetSets with the given name among the given list of FacetSets.
static java.util.List<FacetSet> FacetUtils.getFacetSetsByPath(java.util.Collection<FacetSet> rootFacetSets, java.lang.String... path)
          Find all the FacetSets with the given path among the given list of root FacetSets.
 

Uses of FacetSet in org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet
 

Methods in org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet that return FacetSet
 FacetSet EFacetFactory.createFacetSet()
          Returns a new object of class 'Facet Set'.