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

Packages that use Scenario
org.eclipse.ohf.stem.core.scenario   
org.eclipse.ohf.stem.core.scenario.impl   
org.eclipse.ohf.stem.core.scenario.util   
org.eclipse.ohf.stem.internal.data   
org.eclipse.ohf.stem.jobs.simulation   
 

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

Methods in org.eclipse.ohf.stem.core.scenario that return Scenario
 Scenario ScenarioFactory.createScenario()
          Returns a new object of class 'Scenario'.
 

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

Classes in org.eclipse.ohf.stem.core.scenario.impl that implement Scenario
 class ScenarioImpl
          An implementation of the model object 'Scenario'.
 

Methods in org.eclipse.ohf.stem.core.scenario.impl that return Scenario
 Scenario ScenarioFactoryImpl.createScenario()
           
 

Uses of Scenario in org.eclipse.ohf.stem.core.scenario.util
 

Methods in org.eclipse.ohf.stem.core.scenario.util with parameters of type Scenario
 T ScenarioSwitch.caseScenario(Scenario object)
          Returns the result of interpretting the object as an instance of 'Scenario'.
 

Uses of Scenario in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return Scenario
 Scenario ScenarioRecord.getScenario()
           
 

Uses of Scenario in org.eclipse.ohf.stem.jobs.simulation
 

Methods in org.eclipse.ohf.stem.jobs.simulation that return Scenario
 Scenario Simulation.getScenario()
           
 Scenario ISimulation.getScenario()
           
 

Methods in org.eclipse.ohf.stem.jobs.simulation with parameters of type Scenario
 void SimulationManager.createAndRunSimulation(Scenario scenario)
          Create a simulation from a scenario instance and then start it running.
 void SimulationManager.createAndStepSimulation(Scenario scenario)
          Create a simulation from a scenario instance and then start it running.
 ISimulation SimulationManager.createSimulation(Scenario scenario)
          Create a Simulation from a Scenario instance.
 

Constructors in org.eclipse.ohf.stem.jobs.simulation with parameters of type Scenario
Simulation(Scenario scenario)
          Constructor