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

C

CPUSchedulingModel - interface org.mates.sim.models.CPUSchedulingModel.
Interface for a model how of agents are scheduled to run on a host.
ClassCreator - class org.mates.util.ClassCreator.
Wrapper for Java's Reflection API.
ClassCreator() - Constructor for class org.mates.util.ClassCreator
 
calculateDiameter(double[][]) - Static method in class org.mates.sim.network.Topology
Calculates the diameter of a graph.
calculateDiameter() - Method in class org.mates.sim.network.Topology
Calculates the diameter of this topology.
calculateEccentricity(Host) - Method in class org.mates.sim.network.Topology
Returns the eccentricity of a host.
calculateRadius(double[][], int) - Static method in class org.mates.sim.network.Topology
Calculates the radius of the provided graph (represented by an adjacency matrix) from a specific vertex's perspective.
calculateRadius(Host) - Method in class org.mates.sim.network.Topology
Calculates the radius of a specific host in this topology.
calculateStationaryDistribution() - Method in class org.mates.sim.network.Topology
Calculates the stationary distribution for this topology using the PageRank iterative improvement approximation algorithm.
calculateStationaryDistribution(double[][]) - Static method in class org.mates.sim.network.Topology
Calculates the stationary distribution of a graph (represented as an adjacency matrix) using the PageRank iterative improvement approximation algorithm.
calculateStationaryDistribution(double[][], int, double) - Static method in class org.mates.sim.network.Topology
Calculates the stationary distribution of a graph (represented as an adjacency matrix) using the PageRank iterative improvement approximation algorithm.
captureFrame() - Method in class org.mates.plugins.TopologyMoviePlugin
Manually causes the plugin to record a new frame from the TopologyVisualizer.
cascadingCut(FibonacciHeap.Node) - Method in class org.mates.util.FibonacciHeap
Performs a cascading cut operation.
changeKey(FibonacciHeap.Node, double) - Method in class org.mates.util.FibonacciHeap
Changes the key value for a heap node, given the new value to take on.
cleanup() - Method in class org.mates.plugins.TopologyMoviePlugin
Forcefully deletes all frames since either the last cleanup or experiment reset.
clear() - Method in class org.mates.util.FibonacciHeap
Removes all elements from this heap.
clear() - Method in class org.mates.util.Grid
Removes all of the elements from the grid.
clearEventListeners() - Method in class org.mates.sim.Simulator
Removes all event listeners.
clearLinkQualities() - Method in class org.mates.sim.models.link.TemporalLinkModel
Resets all link quality rules such that the link quality between all hosts is always 0.
clone() - Method in class org.mates.sim.network.Topology.TopologyBundle
This implementation of clone() only copies the internal pointers to the vector of hosts and the link model.
clone() - Method in class org.mates.util.Bundle
Creates a copy of this bundle.
clone() - Method in class org.mates.util.Position
 
clone() - Method in class org.mates.util.Position2D
 
closestValidPosition(Position) - Method in class org.mates.util.BoundingBox
Returns the closest Position2D to position that is within these bounds.
closestValidPosition(Position) - Method in class org.mates.util.Bounds
Returns the closest position to position that is within the bounds.
columnIsFuzzy(Object) - Method in class org.mates.util.Grid
Returns whether the current column is definite or "fuzzy".
complete() - Method in class org.mates.sim.Experiment
Returns true if the experiment is complete.
consolidate() - Method in class org.mates.util.FibonacciHeap
Consolidates the trees in the heap by joining trees of equal degree until there are no more trees of equal degree in the root list.
contains(Position) - Method in class org.mates.util.BoundingBox
 
contains(Position) - Method in class org.mates.util.Bounds
Returns true if the region defined by the bounds contains position.
cut(FibonacciHeap.Node, FibonacciHeap.Node) - Method in class org.mates.util.FibonacciHeap
The reverse of the link operation: removes x from the child list of y.

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