Uses of Class
medisyn.ScenarioConfig

Packages that use ScenarioConfig
main   
main.planetSh   
simulator.views   
views The package views contains many windows needed for the GUI. 
 

Uses of ScenarioConfig in main
 

Fields in main declared as ScenarioConfig
protected  ScenarioConfig GenerateMap.scenarioConfig
           
 

Methods in main that return ScenarioConfig
 ScenarioConfig GenerateMap.getScenarioConfig()
           
 

Methods in main with parameters of type ScenarioConfig
 void GenerateMap.setScenarioConfig(ScenarioConfig scenarioConfig)
           
 

Uses of ScenarioConfig in main.planetSh
 

Fields in main.planetSh declared as ScenarioConfig
private  ScenarioConfig PlanetshMap.scenarioConfig
           
private  ScenarioConfig PlanetshVisualizer.scenarioConfig
           
 

Constructors in main.planetSh with parameters of type ScenarioConfig
PlanetshMap(PlanetLabMgr planetLabApi, ScenarioConfig config)
          Constructs a PlanetshMap Object: - loads the Nodes from a cached file or from PlanetLab - assigns colors to nodes according to their proxy-groups - draws the edges between the group-nodes
PlanetshVisualizer(java.lang.String inputFileName, GenerateMap generateMap, PlanetLabMgr planetLabApi, ScenarioConfig config)
          Initializes the PlanetshVisualizer, which manages the specified map generator to generate a map.
 

Uses of ScenarioConfig in simulator.views
 

Fields in simulator.views declared as ScenarioConfig
private  ScenarioConfig Simulator.scenarioConfig
           
 

Methods in simulator.views that return ScenarioConfig
 ScenarioConfig Simulator.getScenarioConfig()
           
 

Methods in simulator.views with parameters of type ScenarioConfig
 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.
 void Simulator.setScenarioConfig(ScenarioConfig scenarioConfig)
           
 boolean BandwidthResultsDlg.showMe(javax.swing.JFrame parent, ScenarioConfig scenarioConfig, java.lang.String fileName, java.util.Hashtable<X2XProxy,java.util.Vector<StructBandwidthInfoBean>> resultsTable)
          Shows the bandwidth results dialog
 

Constructors in simulator.views with parameters of type ScenarioConfig
Simulator(javax.swing.JFrame parent, ScenarioConfig config, NodeEdgeMap map, PlanetLabMgr planetLabApi)
          Creates and initializes a simulator object instance
 

Uses of ScenarioConfig in views
 

Fields in views declared as ScenarioConfig
private  ScenarioConfig PlanetlabDesktop.scenarioConfig
           
private  ScenarioConfig ImageViewer.scenarioConfig
           
private  ScenarioConfig ImageViewer.MyListCellRenderer.scenarioConfig
           
private  ScenarioConfig NodeDetails.scenarioConfig
           
 

Methods in views that return ScenarioConfig
 ScenarioConfig NodeDetails.getScenarioConfig()
           
 

Methods in views with parameters of type ScenarioConfig
 void NodeDetails.setScenarioConfig(ScenarioConfig scenarioConfig)
           
 

Constructors in views with parameters of type ScenarioConfig
ImageViewer.MyListCellRenderer(java.util.Vector<X2XProxy> badNodes, ScenarioConfig scenarioConfig)
          constructs a Cell renderer for a JList control
ImageViewer(PlanetshVisualizer visualizer, ScenarioConfig config)
          Creates a new ImageViewer and displays the specified image.