Uses of Interface
org.eclipse.ohf.stem.diseasemodels.standard.StandardFactory

Packages that use StandardFactory
org.eclipse.ohf.stem.diseasemodels.standard   
org.eclipse.ohf.stem.diseasemodels.standard.impl   
 

Uses of StandardFactory in org.eclipse.ohf.stem.diseasemodels.standard
 

Fields in org.eclipse.ohf.stem.diseasemodels.standard declared as StandardFactory
static StandardFactory StandardFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return StandardFactory
 StandardFactory StandardPackage.getStandardFactory()
          Returns the factory that creates the instances of the model.
 

Uses of StandardFactory in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StandardFactory
 class StandardFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return StandardFactory
 StandardFactory StandardPackageImpl.getStandardFactory()
           
static StandardFactory StandardFactoryImpl.init()
          Creates the default factory implementation.