Uses of Interface
org.eclipse.emf.test.core.featuremap.supplier.SupplierFactory

Packages that use SupplierFactory
org.eclipse.emf.test.core.featuremap.supplier   
org.eclipse.emf.test.core.featuremap.supplier.impl   
 

Uses of SupplierFactory in org.eclipse.emf.test.core.featuremap.supplier
 

Fields in org.eclipse.emf.test.core.featuremap.supplier declared as SupplierFactory
static SupplierFactory SupplierFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.test.core.featuremap.supplier that return SupplierFactory
 SupplierFactory SupplierPackage.getSupplierFactory()
          Returns the factory that creates the instances of the model
 

Uses of SupplierFactory in org.eclipse.emf.test.core.featuremap.supplier.impl
 

Classes in org.eclipse.emf.test.core.featuremap.supplier.impl that implement SupplierFactory
 class SupplierFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.impl that return SupplierFactory
 SupplierFactory SupplierPackageImpl.getSupplierFactory()
           
static SupplierFactory SupplierFactoryImpl.init()
          Creates the default factory implementation
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.