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

Packages that use FacetFactory
org.eclipse.gmt.modisco.infra.facet   
org.eclipse.gmt.modisco.infra.facet.impl   
 

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

Fields in org.eclipse.gmt.modisco.infra.facet declared as FacetFactory
static FacetFactory FacetFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.gmt.modisco.infra.facet that return FacetFactory
 FacetFactory FacetPackage.getFacetFactory()
          Returns the factory that creates the instances of the model.
 

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

Classes in org.eclipse.gmt.modisco.infra.facet.impl that implement FacetFactory
 class FacetFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.gmt.modisco.infra.facet.impl that return FacetFactory
 FacetFactory FacetPackageImpl.getFacetFactory()
           
static FacetFactory FacetFactoryImpl.init()
          Creates the default factory implementation.