Uses of Interface
org.eclipse.ohf.stem.core.scenario.ScenarioFactory

Packages that use ScenarioFactory
org.eclipse.ohf.stem.core.scenario   
org.eclipse.ohf.stem.core.scenario.impl   
 

Uses of ScenarioFactory in org.eclipse.ohf.stem.core.scenario
 

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

Methods in org.eclipse.ohf.stem.core.scenario that return ScenarioFactory
 ScenarioFactory ScenarioPackage.getScenarioFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ScenarioFactory in org.eclipse.ohf.stem.core.scenario.impl
 

Classes in org.eclipse.ohf.stem.core.scenario.impl that implement ScenarioFactory
 class ScenarioFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.core.scenario.impl that return ScenarioFactory
 ScenarioFactory ScenarioPackageImpl.getScenarioFactory()
           
static ScenarioFactory ScenarioFactoryImpl.init()
          Creates the default factory implementation.