Uses of Class
simulator.SimulationOptions

Packages that use SimulationOptions
simulator.views   
 

Uses of SimulationOptions in simulator.views
 

Methods in simulator.views with parameters of type SimulationOptions
 boolean SimulationOptionsDlg.askUserForSimOptions(javax.swing.JFrame parent, ScenarioConfig scenarioConfig, SimulationOptions optionsIn, SimulationOptions optionsOut)
          Asks the user for some options that are required to execute a simulation.
 boolean SimulationOptionsDlg.performOperations(javax.swing.JFrame parent, ScenarioConfig scenarioConfig, PlanetLabMgr planetLabApi, PlanetLabXmlRpcCaller planetSh, NodeEdgeMap map, Simulator sim, SimulationOptions options)
          Performs the operations needed before a simulation can be started.