Uses of Interface
org.eclipse.ohf.stem.core.common.CommonFactory

Packages that use CommonFactory
org.eclipse.ohf.stem.core.common   
org.eclipse.ohf.stem.core.common.impl   
 

Uses of CommonFactory in org.eclipse.ohf.stem.core.common
 

Fields in org.eclipse.ohf.stem.core.common declared as CommonFactory
static CommonFactory CommonFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ohf.stem.core.common that return CommonFactory
 CommonFactory CommonPackage.getCommonFactory()
          Returns the factory that creates the instances of the model.
 

Uses of CommonFactory in org.eclipse.ohf.stem.core.common.impl
 

Classes in org.eclipse.ohf.stem.core.common.impl that implement CommonFactory
 class CommonFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.core.common.impl that return CommonFactory
 CommonFactory CommonPackageImpl.getCommonFactory()
           
static CommonFactory CommonFactoryImpl.init()
          Creates the default factory implementation.