|
MATES 3.0-rc2 | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Experiment.handleInitialize()
to be called on all
experiments in this experiment tree.
this
and this.
- invokeMethod(Object, String) -
Static method in class org.mates.util.ClassCreator
- Invokes a method of a class that does not take any arguments.
- isAlive() -
Method in class org.mates.sim.Agent
- Returns
true
if this agent is currently alive.
- isAsleep() -
Method in class org.mates.sim.Agent
- Returns
true
if this agent is currently asleep.
- isCapturing() -
Method in class org.mates.plugins.TopologyMoviePlugin
- Returns
true
if the plugin is currently
automatically capturing frames.
- isConsumingProcessor() -
Method in class org.mates.sim.Agent
- Returns whether or not this agent will consume its hosts
processor while it is sleeping.
- isContaining(int, int) -
Method in class org.mates.sim.Host
- Returns
true
if a the graphical representation of
this host (as defined by Host.paint(java.awt.Graphics)
)
contains the pixel at coordinate (x
,
y
).
- isEmpty() -
Method in class org.mates.util.FibonacciHeap
- Tests if the Fibonacci heap is empty or not.
- isPainting() -
Method in class org.mates.ui.graphical.DefaultTopologyVisualizer
-
- isPainting() -
Method in interface org.mates.ui.graphical.TopologyVisualizer
- Returns
true
if and only if the topology is
currently being painted.
- isValidPosition(Position) -
Method in class org.mates.sim.Simulator
- Returns
true
if position
is within
the bounds of the domain.
- iterate() -
Method in class org.mates.sim.Agent
- This function is called once every time the agent is scheduled
(by its host) to run.
- iterate() -
Method in class org.mates.sim.Experiment
- Causes the simulator to iterate itself, followed by calling
Experiment.handleIterate()
on all experiments in this
experiment tree.
- iterate() -
Method in class org.mates.sim.Host
- Called once per simulator iteration, it is this function's
responsibility to schedule processing time for each of the
agents currently on this host, respecting the agents'
priorities.
- iterate() -
Method in class org.mates.sim.Simulator
- Iterates the entire simulation.
- iterations_in_transit -
Variable in class org.mates.sim.Simulator.MigrationInfo
- The number of iterations this agent has already been in
transit
|
MATES 3.0-rc2 | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |