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

I

initialize() - Method in class org.mates.sim.Experiment
Causes Experiment.handleInitialize() to be called on all experiments in this experiment tree.
insert(Object, int) - Method in class org.mates.util.FibonacciHeap
Inserts a new data element into the heap, creating a new node for it in the process.
insert(Object, double) - Method in class org.mates.util.FibonacciHeap
Inserts a new data element into the heap, creating a new node for it in the process.
insert(FibonacciHeap.Node, double) - Method in class org.mates.util.FibonacciHeap
Inserts a new data element into the heap.
insertAfter(Bundle) - Method in class org.mates.util.Bundle
Inserts a bundle in the current list between 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
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