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

Packages that use Facet
org.eclipse.gmt.modisco.infra.facet   
org.eclipse.gmt.modisco.infra.facet.core   
org.eclipse.gmt.modisco.infra.facet.core.adapters.instances   
org.eclipse.gmt.modisco.infra.facet.impl   
org.eclipse.gmt.modisco.infra.facet.util   
 

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

Methods in org.eclipse.gmt.modisco.infra.facet that return Facet
 Facet FacetFactory.createFacet()
          Returns a new object of class 'Facet'.
 Facet FacetSet.getFacet(java.lang.String name)
           
 

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

Methods in org.eclipse.gmt.modisco.infra.facet.core that return types with arguments of type Facet
 java.util.Set<Facet> FacetContext.getAppliedFacets()
           
 java.util.List<Facet> FacetContext.getFacets(EObject eObject)
           
 

Methods in org.eclipse.gmt.modisco.infra.facet.core with parameters of type Facet
 void FacetContext.addFacet(Facet facet)
           
 void FacetContextListener.facetAdded(Facet facet)
           
 boolean FacetContext.isInstance(EObject eObject, Facet facet)
           
 void FacetContext.notifyFacetAdded(Facet facet)
           
 

Uses of Facet in org.eclipse.gmt.modisco.infra.facet.core.adapters.instances
 

Methods in org.eclipse.gmt.modisco.infra.facet.core.adapters.instances with parameters of type Facet
 void MetaclassInstancesAdapterWithFacet.facetAdded(Facet facet)
           
 

Uses of Facet in org.eclipse.gmt.modisco.infra.facet.impl
 

Classes in org.eclipse.gmt.modisco.infra.facet.impl that implement Facet
 class FacetImpl
          An implementation of the model object 'Facet'.
 

Methods in org.eclipse.gmt.modisco.infra.facet.impl that return Facet
 Facet FacetFactoryImpl.createFacet()
           
 Facet FacetSetImpl.getFacet(java.lang.String name)
           
 

Uses of Facet in org.eclipse.gmt.modisco.infra.facet.util
 

Methods in org.eclipse.gmt.modisco.infra.facet.util with parameters of type Facet
 T FacetSwitch.caseFacet(Facet object)
          Returns the result of interpreting the object as an instance of 'Facet'.