|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use NodeEdgeMap | |
---|---|
main | |
main.planetSh | |
medisyn | Contains classes needed to form scenario configurations (X2XProxy, ScenarioConfig etc) but also only medisyn specific classes. |
simulator.views | |
views | The package views contains many windows needed for the GUI. |
Uses of NodeEdgeMap in main |
---|
Classes in main that implement NodeEdgeMap | |
---|---|
class |
SophiaNodesEdgesMap
The SophiaNodesEdgesMap class stores a collection of nodes and edges
representing properties of the PlanetLab network. |
Fields in main declared as NodeEdgeMap | |
---|---|
protected NodeEdgeMap |
GenerateMap.map
The NodeEdgeMap of nodes and edges. |
private NodeEdgeMap |
SophiaVisualizer.map
|
private NodeEdgeMap |
Visualizer.map
|
Methods in main that return NodeEdgeMap | |
---|---|
NodeEdgeMap |
SophiaVisualizer.getMap()
|
NodeEdgeMap |
Visualizer.getMap()
|
Methods in main with parameters of type NodeEdgeMap | |
---|---|
void |
GenerateMap.createMap(NodeEdgeMap map,
DrawingParameters nodeParameters,
DrawingParameters edgeParameters,
ImageParameters imageParameters,
java.lang.String description)
Calls the abstract methods drawNode and drawEdge to generate a map according to their specifications. |
Uses of NodeEdgeMap in main.planetSh |
---|
Classes in main.planetSh that implement NodeEdgeMap | |
---|---|
class |
PlanetshMap
Gets the node infos of a planetlab slice. |
Fields in main.planetSh declared as NodeEdgeMap | |
---|---|
private NodeEdgeMap |
PlanetshVisualizer.map
|
Methods in main.planetSh that return NodeEdgeMap | |
---|---|
NodeEdgeMap |
PlanetshVisualizer.getMap()
|
Uses of NodeEdgeMap in medisyn |
---|
Fields in medisyn declared as NodeEdgeMap | |
---|---|
private NodeEdgeMap |
ScenarioConfig.nodeEdgeMap
|
Methods in medisyn that return NodeEdgeMap | |
---|---|
NodeEdgeMap |
ScenarioConfig.getNodeEdgeMap()
|
Methods in medisyn with parameters of type NodeEdgeMap | |
---|---|
boolean |
ScenarioConfig.randomSelectNodes(NodeEdgeMap map)
randomly select some nodes from different continents select at most one node from a City of the appropriate region TODO: write the selected nodes and their location to a file |
void |
ScenarioConfig.setNodeEdgeMap(NodeEdgeMap nodeEdgeMap)
Set the node edge map and recalculate the Nodes and Edges! |
Uses of NodeEdgeMap in simulator.views |
---|
Fields in simulator.views declared as NodeEdgeMap | |
---|---|
private NodeEdgeMap |
Simulator.map
|
Methods in simulator.views with parameters of type NodeEdgeMap | |
---|---|
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. |
Constructors in simulator.views with parameters of type NodeEdgeMap | |
---|---|
Simulator(javax.swing.JFrame parent,
ScenarioConfig config,
NodeEdgeMap map,
PlanetLabMgr planetLabApi)
Creates and initializes a simulator object instance |
Uses of NodeEdgeMap in views |
---|
Fields in views declared as NodeEdgeMap | |
---|---|
private NodeEdgeMap |
ImageViewer.map
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |