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

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.
randomEdgeSet(Graph, int) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of edges of fixed size.
randomEdgeSet(Graph, int, Random) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of edges of fixed size.
randomEdgeSet(Graph, double) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of edges.
randomEdgeSet(Graph, double, Random) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of edges.
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
Creates a generator with default average degree of 1.
RandomGenerator(double) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
Creates a generator with given average degree.
RandomGenerator(double, boolean) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
Creates a generator with given average degree.
RandomGenerator(double, boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
Creates a generator with given average degree.
RandomGenerator(double, boolean, boolean, String, String) - Constructor for class org.graphstream.algorithm.generator.RandomGenerator
Creates a generator with given average degree
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.
randomKsubset(int, int, Set<Integer>, Random) - Static method in class org.graphstream.algorithm.util.RandomTools
Generates a pseudorandom subset of size k of the set {0, 1,...
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.
randomNodeSet(Graph, int) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of nodes of fixed size.
randomNodeSet(Graph, int, Random) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of nodes of fixed size.
randomNodeSet(Graph, double) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of nodes.
randomNodeSet(Graph, double, Random) - Static method in class org.graphstream.algorithm.Toolkit
Returns a random subset of nodes.
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.
randomPsubset(int, double, Set<Integer>, Random) - Static method in class org.graphstream.algorithm.util.RandomTools
Generates a pseudorandom subset of the set {0, 1,...
RandomTools - Class in org.graphstream.algorithm.util
This class provides several static methods for generating random numbers and sets
RandomTools() - Constructor for class org.graphstream.algorithm.util.RandomTools
 
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
 
realSize() - Method in class org.graphstream.algorithm.FixedArrayList
Real size of the array, counting elements that have been erased.
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.
remove(int) - Method in class org.graphstream.algorithm.FixedArrayList
Remove the element at index i.
remove(Object) - Method in class org.graphstream.algorithm.FixedArrayList
Remove the element e.
removeAll(Collection<?>) - Method in class org.graphstream.algorithm.FixedArrayList
 
removeEdgeAttribute(String) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Remove an automatic attribute for edges.
removeNodeAttribute(String) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Remove an automatic attribute for nodes.
reset() - Method in class org.graphstream.algorithm.measure.MaxSimultaneousEdgeCount
Reset the max value.
reset() - Method in class org.graphstream.algorithm.measure.MaxSimultaneousNodeCount
Reset the max value.
Result - Annotation Type in org.graphstream.algorithm.util
 
retainAll(Collection<?>) - Method in class org.graphstream.algorithm.FixedArrayList
 
A B C D E F G H I K L M N O P R S T U V W X Y 
Skip navigation links