Uses of Interface
org.eclipse.ohf.stem.jobs.simulation.ISimulation

Packages that use ISimulation
org.eclipse.ohf.stem.jobs.simulation   
org.eclipse.ohf.stem.ui.ge   
org.eclipse.ohf.stem.ui.ge.views   
org.eclipse.ohf.stem.ui.views   
org.eclipse.ohf.stem.ui.views.map   
 

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

Classes in org.eclipse.ohf.stem.jobs.simulation that implement ISimulation
 class Simulation
          This class implements the main simulation logic of the STEM system.
 

Fields in org.eclipse.ohf.stem.jobs.simulation declared as ISimulation
static ISimulation[] SimulationManager.NONE
          Constant empty array.
 

Methods in org.eclipse.ohf.stem.jobs.simulation that return ISimulation
 ISimulation SimulationManager.createSimulation(org.eclipse.core.runtime.IConfigurationElement configurationElement, org.eclipse.core.runtime.IProgressMonitor monitor)
          Create a Simulation that's ready to run.
 ISimulation SimulationManager.createSimulation(Scenario scenario)
          Create a Simulation from a Scenario instance.
 ISimulation SimulationManager.createSimulation(org.eclipse.emf.common.util.URI scenarioURI, org.eclipse.core.runtime.IProgressMonitor monitor)
          Create a Simulation that's ready to run.
 ISimulation SimulationEvent.getSimulation()
           
 ISimulation[] SimulationManagerEvent.getSimulationsAdded()
           
 ISimulation[] SimulationManagerEvent.getSimulationsRemoved()
           
 

Methods in org.eclipse.ohf.stem.jobs.simulation that return types with arguments of type ISimulation
 java.util.List<ISimulation> SimulationManager.getActiveSimulations()
           
 

Constructors in org.eclipse.ohf.stem.jobs.simulation with parameters of type ISimulation
SimulationEvent(ISimulation source, SimulationState simulationState)
           
SimulationManagerEvent(SimulationManager source, ISimulation[] simulationsAdded, ISimulation[] simulationsRemoved)
           
SimulationManagerEvent(SimulationManager source, ISimulation[] simulationsAdded, ISimulation[] simulationsRemoved)
           
 

Uses of ISimulation in org.eclipse.ohf.stem.ui.ge
 

Methods in org.eclipse.ohf.stem.ui.ge that return ISimulation
 ISimulation GESimEntry.getSimulation()
           
 

Methods in org.eclipse.ohf.stem.ui.ge with parameters of type ISimulation
 boolean GEInterface.displayMap(ISimulation simulation)
          called by GEView to display the current map This version sets a switch to cause a display on the next cycle if simulation or now if paused.
 Aspect GEInterface.getAspectToDisplay(ISimulation sim)
          Get the SEIR value to be displayed from user.
 int GEInterface.getCycle(ISimulation sim)
           
static java.lang.String GEInterface.getSimulationId(ISimulation simulation)
          Get the ID to use for getting the GESimEntry instance
 boolean GEInterface.isActive(ISimulation sim)
          Check if the specified simulation is actively being listened to.
 boolean GEInterface.isActiveView(ISimulation sim)
          Check if the specified simulation is the simulation being viewed by GoogleEarth
 boolean GEInterface.setActive(ISimulation sim, boolean active)
          Set the logging for the specified simulation.
 void GEInterface.setAspectToDisplay(ISimulation sim, Aspect aspect)
          Set the SEIR value that wwe want displayed.
 

Constructors in org.eclipse.ohf.stem.ui.ge with parameters of type ISimulation
GESimEntry(java.lang.String name, ISimulation simulation)
          Constructor
 

Uses of ISimulation in org.eclipse.ohf.stem.ui.ge.views
 

Methods in org.eclipse.ohf.stem.ui.ge.views that return ISimulation
 ISimulation GEViewContentProvider.getCurrentSimulation()
          supply the currently selected simulation (if any) GEView does not save the current Simulation that was selected by the user.
 

Methods in org.eclipse.ohf.stem.ui.ge.views with parameters of type ISimulation
 void GEViewLabelProvider.setSelected(ISimulation selection)
          Set the selected simulation Called by GEInterface to provide this needed info
 

Uses of ISimulation in org.eclipse.ohf.stem.ui.views
 

Methods in org.eclipse.ohf.stem.ui.views that return ISimulation
 ISimulation SimulationControl.getSimulation()
           
 

Constructors in org.eclipse.ohf.stem.ui.views with parameters of type ISimulation
SimulationControl(org.eclipse.swt.widgets.Composite parent, ISimulation simulation)
          Constructor
 

Uses of ISimulation in org.eclipse.ohf.stem.ui.views.map
 

Methods in org.eclipse.ohf.stem.ui.views.map that return ISimulation
 ISimulation MapControl.getSimulation()
           
 

Methods in org.eclipse.ohf.stem.ui.views.map with parameters of type ISimulation
 void MapControl.setSimulation(ISimulation simulation)
          Setting the Simulation has the side-effect of causing the control to remove itself as a listener from any previously set Simulation and adding itself as a listener to the new one.