MATES 3.0-rc2
A B C D E F G H I K L M N O P Q R S T U V W X Y

T

TemporalLinkModel - class org.mates.sim.models.link.TemporalLinkModel.
A link model that defines link quality as a function of time.
TemporalLinkModel() - Constructor for class org.mates.sim.models.link.TemporalLinkModel
Default constructor.
Topology - class org.mates.sim.network.Topology.
Class for storing the network topology.
Topology() - Constructor for class org.mates.sim.network.Topology
Default constructor for a network of no hosts.
Topology(Vector, LinkModel) - Constructor for class org.mates.sim.network.Topology
Creates a new topology from a given set of hosts, determining their connectivity from the provided link model.
Topology(Topology) - Constructor for class org.mates.sim.network.Topology
Copy constructor; makes sure everything is cloned properly.
Topology.AllPairsShortestPathData - class org.mates.sim.network.Topology.AllPairsShortestPathData.
Class containing both the distances and route table for the shortest path between all pairs of hosts.
Topology.AllPairsShortestPathData(double[][], int[][]) - Constructor for class org.mates.sim.network.Topology.AllPairsShortestPathData
Constructs the all pairs shortest path information from a matrix of geodesic distances and a predecessor matrix.
Topology.SingleSourceShortestPathData - class org.mates.sim.network.Topology.SingleSourceShortestPathData.
Class containing both the distances and routes for the shortest path between one host and all other hosts.
Topology.SingleSourceShortestPathData(double[], int[], int) - Constructor for class org.mates.sim.network.Topology.SingleSourceShortestPathData
Constructs the shortest path information of a source host from a matrix of geodesic distances and a route matrix.
Topology.TopologyBundle - class org.mates.sim.network.Topology.TopologyBundle.
Specialized threading bundle for parallelized updating of the topology.
Topology.TopologyBundle(Vector, LinkModel) - Constructor for class org.mates.sim.network.Topology.TopologyBundle
Default constructor.
TopologyMoviePlugin - class org.mates.plugins.TopologyMoviePlugin.
A plugin experiment for recording a movie of the topology, by taking one screenshot per simulator iteration.
TopologyMoviePlugin(Experiment, File, String) - Constructor for class org.mates.plugins.TopologyMoviePlugin
Creates a new TopologyMoviePlugin.
TopologyMoviePlugin.ScreenshotProvider - class org.mates.plugins.TopologyMoviePlugin.ScreenshotProvider.
Class used as a callback for Screenshot.saveScreenshot(java.lang.Object, int, int, java.io.File) to prevent the topology visualizer from double buffering.
TopologyMoviePlugin.ScreenshotProvider() - Constructor for class org.mates.plugins.TopologyMoviePlugin.ScreenshotProvider
 
TopologyVisualizer - interface org.mates.ui.graphical.TopologyVisualizer.
Interface for drawing the topology.
TransportModel - interface org.mates.sim.models.TransportModel.
 
toString() - Method in class org.mates.sim.Agent
 
toString() - Method in class org.mates.sim.Host
Returns the name of the current host and/or its unique ID.
toString() - Method in class org.mates.sim.UniqueID
 
toString() - Method in class org.mates.sim.event.Event
Returns a string representation of this event.
toString() - Method in class org.mates.sim.event.LogEvent
 
toString() - Method in class org.mates.sim.event.agent.AgentArrivalEvent
 
toString() - Method in class org.mates.sim.event.agent.AgentCreatedEvent
 
toString() - Method in class org.mates.sim.event.agent.AgentDeathEvent
 
toString() - Method in class org.mates.sim.event.agent.AgentMigrationEvent
 
toString() - Method in class org.mates.sim.event.host.HostClickedEvent
 
toString() - Method in class org.mates.sim.event.host.HostCreatedEvent
 
toString() - Method in class org.mates.sim.event.host.HostDeathEvent
 
toString() - Method in class org.mates.sim.event.host.HostMovedEvent
 
toString() - Method in class org.mates.util.BoundingBox
 
toString() - Method in class org.mates.util.FibonacciHeap.Node
Return the string representation of this object.
toString() - Method in class org.mates.util.FibonacciHeap
Creates a String representation of this Fibonacci heap.
toString() - Method in class org.mates.util.Position2D
 
tool_tip_color - Variable in class org.mates.ui.graphical.DefaultTopologyVisualizer
The color in which a non-highlighted host's tooltip is drawn.

MATES 3.0-rc2
A B C D E F G H I K L M N O P Q R S T U V W X Y
Submit a bug or request a feature
http://mates.sourceforge.net/

Copyright 2004 Evan Sultanik