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

R

RandGenerator<V,E> - Class in agape.generators
This class allows to generate random graphs.
RandGenerator() - Constructor for class agape.generators.RandGenerator
 
RandomGeneratorTutorial - Class in agape.tutorials
 
RandomGeneratorTutorial() - Constructor for class agape.tutorials.RandomGeneratorTutorial
 
readDNet(String) - Static method in class agape.io.Import
Returns a directed graph by reading a .net file (pajek format).
readNet(String) - Static method in class agape.io.Import
Returns an undirected graph by reading a .net file (pajek format).
readTGF(String) - Static method in class agape.io.Import
Returns a graph by reading a .tgf format (Mathematica format).
readTRG(String) - Static method in class agape.io.Import
Returns an undirected graph by reading a .trg file TRG means Trace Graphe It is the format exported by System.out.println(g); For example: Vertices:v53,v50,v58 Edges:254[v58,v53] 255[v50,v58]
removeAllEdges(Graph<V, E>, Set<E>) - Static method in class agape.tools.Operations
Remove all the edges of set R of the graph G.
removeAllVertices(Graph<V, E>, Set<V>) - Static method in class agape.tools.Operations
Remove all the vertices of set R of the graph G.
rewireEdge(Graph<V, E>, E, Factory<E>) - Static method in class agape.tools.Operations
Randomly rewire a given edge in a graph.
rewireEdgesRand(Graph<V, E>, int, Factory<E>) - Static method in class agape.tools.Operations
Randomly rewire edges in a graph.
A B C D E F G H I J K L M N O P Q R S T U V W