|
MATES 3.0-rc2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Topology | |
org.mates.plugins | |
org.mates.sim | |
org.mates.sim.network | |
org.mates.ui.graphical |
Uses of Topology in org.mates.plugins |
Methods in org.mates.plugins with parameters of type Topology | |
static boolean |
StatisticsPlugin.saveDegreeDistribution(java.io.File file,
int width,
int height,
Topology topology)
Saves a topology's degree distribution to an image file. |
static void |
StatisticsPlugin.paintDegreeDistribution(java.awt.Graphics graphics,
int width,
int height,
Topology topology)
Draws a topology's degree distribution as a bar graph. |
Uses of Topology in org.mates.sim |
Methods in org.mates.sim that return Topology | |
Topology |
Simulator.getTopology()
Returns the current network topology. |
Uses of Topology in org.mates.sim.network |
Constructors in org.mates.sim.network with parameters of type Topology | |
Topology(Topology t)
Copy constructor; makes sure everything is cloned properly. |
Uses of Topology in org.mates.ui.graphical |
Methods in org.mates.ui.graphical with parameters of type Topology | |
protected void |
DefaultTopologyVisualizer.paintRadioRanges(java.awt.Graphics graphics,
Topology topology,
double[][] network,
Host tool_tip_host,
Host highlighted_host)
Callback function for drawing the radio ranges. |
protected void |
DefaultTopologyVisualizer.paintHosts(java.awt.Graphics graphics,
Topology topology,
double[][] network)
Callback function for drawing the hosts. |
protected void |
DefaultTopologyVisualizer.paintLinks(java.awt.Graphics graphics,
Topology topology,
double[][] network)
Callback function for painting the links (i.e. edges) in the network. |
|
MATES 3.0-rc2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |