|
MATES 3.0-rc2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Experiment | |
org.mates | |
org.mates.plugins | |
org.mates.sim | |
org.mates.ui | |
org.mates.ui.graphical | |
org.mates.ui.windowless |
Uses of Experiment in org.mates |
Methods in org.mates that return Experiment | |
static Experiment |
Mates.getExperiment(java.lang.String experiment_class_name)
Returns a new experiment object instantiated from its class name. |
Uses of Experiment in org.mates.plugins |
Subclasses of Experiment in org.mates.plugins | |
class |
StatisticsPlugin
A plugin experiment for keeping track of statistics (mostly about the topology). |
class |
TopologyMoviePlugin
A plugin experiment for recording a movie of the topology, by taking one screenshot per simulator iteration. |
Constructors in org.mates.plugins with parameters of type Experiment | |
StatisticsPlugin(Experiment parent)
|
|
TopologyMoviePlugin(Experiment parent,
java.io.File directory,
java.lang.String filePrefix)
Creates a new TopologyMoviePlugin. |
Uses of Experiment in org.mates.sim |
Fields in org.mates.sim declared as Experiment | |
protected Experiment |
Experiment.parent
Reference to this experiment's parent. |
Methods in org.mates.sim that return Experiment | |
Experiment |
Experiment.getParentExperiment()
Returns the parent experiment of this experiment. |
Experiment[] |
Simulator.getExperiments()
Returns an array containing all of the experiments controlling this simulator. |
Experiment |
Simulator.getExperiment()
Returns the first experiment controlling this simulator. |
Methods in org.mates.sim with parameters of type Experiment | |
void |
Simulator.addExperiment(Experiment experiment)
Adds a new experiment that is controlling this simulator. |
boolean |
Simulator.removeExperiment(Experiment experiment)
Removes an experiment that is controlling this simulator. |
Constructors in org.mates.sim with parameters of type Experiment | |
Experiment(Experiment parent)
Creates a new experiment as a sub-experiment of parent . |
Uses of Experiment in org.mates.ui |
Methods in org.mates.ui with parameters of type Experiment | |
void |
UserInterface.runExperiment(Experiment experiment)
Causes this user interface to run an experiment. |
Uses of Experiment in org.mates.ui.graphical |
Methods in org.mates.ui.graphical with parameters of type Experiment | |
void |
GraphicalUserInterface.runExperiment(Experiment experiment)
|
Uses of Experiment in org.mates.ui.windowless |
Methods in org.mates.ui.windowless with parameters of type Experiment | |
void |
WindowlessUserInterface.runExperiment(Experiment experiment)
|
|
MATES 3.0-rc2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |