A B C D E F G H I K L M N O P R S T U V W

R

randomEdge(Graph) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random.
randomEdge(Graph, Random) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random.
randomEdge(Node) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random from the edges connected to the given node.
randomEdge(Node, Random) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random from the edges connected to the given node.
RandomEuclideanGenerator - Class in org.graphstream.algorithm.generator
Random Euclidean graph generator.
RandomEuclideanGenerator() - Constructor for class org.graphstream.algorithm.generator.RandomEuclideanGenerator
New random Euclidean graph generator.
RandomEuclideanGenerator(int) - Constructor for class org.graphstream.algorithm.generator.RandomEuclideanGenerator
New random Euclidean graph generator.
RandomEuclideanGenerator(int, boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.RandomEuclideanGenerator
New random Euclidean graph generator.
RandomEuclideanGenerator(int, boolean, boolean, String, String) - Constructor for class org.graphstream.algorithm.generator.RandomEuclideanGenerator
New random Euclidean graph generator.
RandomFixedDegreeDynamicGraphGenerator - Class in org.graphstream.algorithm.generator
This is a graph generator that generates dynamic random graphs.
RandomFixedDegreeDynamicGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.RandomFixedDegreeDynamicGraphGenerator
Create a new RandomFixedDegreeDynamicGraphGenerator generator with default values for attributes.
RandomFixedDegreeDynamicGraphGenerator(int, double, double) - Constructor for class org.graphstream.algorithm.generator.RandomFixedDegreeDynamicGraphGenerator
Create a new RandomFixedDegreeDynamicGraphGenerator generator.
RandomGenerator - Class in org.graphstream.algorithm.generator
Random graph generator.
RandomGenerator() - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
New full graph generator with default attributes.
RandomGenerator(int) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
New full graph generator.
RandomGenerator(int, boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
New full graph generator.
RandomGenerator(int, boolean, boolean, String, String) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
New random graph generator.
randomInEdge(Node) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random from the entering edges connected to the given node.
randomInEdge(Node, Random) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random from the entering edges connected to the given node.
randomNode(Graph) - Static method in class org.graphstream.algorithm.Toolkit
Choose a node at random.
randomNode(Graph, Random) - Static method in class org.graphstream.algorithm.Toolkit
Choose a node at random.
randomOutEdge(Node) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random from the leaving edges connected to the given node.
randomOutEdge(Node, Random) - Static method in class org.graphstream.algorithm.Toolkit
Choose an edge at random from the leaving edges connected to the given node.
RandomWalk - Class in org.graphstream.algorithm.randomWalk
A random walk on a graph.
RandomWalk() - Constructor for class org.graphstream.algorithm.randomWalk.RandomWalk
New random walk with a new random seed (based on time), with an entity memory set to 10 nodes (tabu list), with an attributes to store passes named "passes" and no weight attribute.
RandomWalk(long) - Constructor for class org.graphstream.algorithm.randomWalk.RandomWalk
New random walk with a given random seed, with an entity memory set to 10 nodes (tabu list), with an attributes to store passes named "passes" and no weight attribute.
RandomWalk.Context - Class in org.graphstream.algorithm.randomWalk
 
RandomWalk.Context() - Constructor for class org.graphstream.algorithm.randomWalk.RandomWalk.Context
 
registerProgressIndicator(APSP.Progress) - Method in class org.graphstream.algorithm.APSP
Specify an interface to call in order to indicate the algorithm progress.
registerProgressIndicator(BetweennessCentrality.Progress) - Method in class org.graphstream.algorithm.BetweennessCentrality
Specify an interface to call in order to indicate the algorithm progress.
removeEdgeAttribute(String) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Remove an automatic attribute for edges.
removeListener(LayoutListener) - Method in class org.graphstream.ui.layout.Eades84Layout
 
removeNodeAttribute(String) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Remove an automatic attribute for nodes.

A B C D E F G H I K L M N O P R S T U V W
Copyright © 2011. All Rights Reserved.