MATES 3.0-rc2

Uses of Class
org.mates.sim.Simulator

Packages that use Simulator
org.mates.sim   
org.mates.ui.graphical   
 

Uses of Simulator in org.mates.sim
 

Fields in org.mates.sim declared as Simulator
protected  Simulator Experiment.simulator
          Reference to the simulator associated with this experiment tree.
 

Methods in org.mates.sim that return Simulator
 Simulator Experiment.getSimulator()
          Returns the simulator associated with this experiment tree.
 Simulator Host.getSimulator()
          Returns the simulator in which this host was created.
protected  Simulator Agent.getSimulator()
          Internal accessor for the simulator that this agent is currently running within.
 

Constructors in org.mates.sim with parameters of type Simulator
Experiment(Simulator simulator)
          Creates a new Experiment from an existing Simulator.
Host(java.lang.String name, Position position, MobilityModel mobilityModel, Simulator simulator)
          Primary constructor.
Host(java.lang.String name, double x, double y, MobilityModel mobilityModel, Simulator simulator)
          Primary constructor.
Host(java.lang.String name, double x, double y, Simulator simulator)
          Constructs a host with a StaticMobilityModel and Position2D position.
Host(double x, double y, MobilityModel mobilityModel, Simulator simulator)
          Constructs a host without a name.
Host(double x, double y, Simulator simulator)
          Constructs a host.
 

Uses of Simulator in org.mates.ui.graphical
 

Methods in org.mates.ui.graphical with parameters of type Simulator
 void DefaultTopologyVisualizer.setSimulator(Simulator simulator)
           
 void TopologyVisualizer.setSimulator(Simulator simulator)
          Sets the simulator associated with this visualizer.
 


MATES 3.0-rc2

Submit a bug or request a feature
http://mates.sourceforge.net/

Copyright 2004 Evan Sultanik