Uses of Class
org.eclipse.ohf.stem.jobs.simulation.SimulationState

Packages that use SimulationState
org.eclipse.ohf.stem.jobs.simulation   
 

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

Methods in org.eclipse.ohf.stem.jobs.simulation that return SimulationState
 SimulationState SimulationEvent.getSimulationState()
           
 SimulationState Simulation.getSimulationState()
           
 SimulationState ISimulation.getSimulationState()
           
static SimulationState SimulationState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimulationState[] SimulationState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.eclipse.ohf.stem.jobs.simulation with parameters of type SimulationState
SimulationEvent(ISimulation source, SimulationState simulationState)