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

R

RANK_SCORE - Static variable in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
REMOVE - Static variable in class edu.uci.ics.jung.utils.UserData
Causes the userdata not to be copied over, and instead returns null.
RandomWalkBetweenness - class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness.
Computes betweenness centrality for each vertex in the graph.
RandomWalkBetweenness(UndirectedGraph) - Constructor for class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
Constructor which initializes the algorithm
RandomWalkSTBetweenness - class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness.
/** Computes s-t betweenness centrality for each vertex in the graph.
RandomWalkSTBetweenness(UndirectedGraph, Vertex, Vertex) - Constructor for class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
Constructor which initializes the algorithm
Ranking - class edu.uci.ics.jung.algorithms.importance.Ranking.
Abstract data container for ranking objects.
Ranking(int, double) - Constructor for class edu.uci.ics.jung.algorithms.importance.Ranking
Constructor which allows values to be set on construction
RealMatrixElementOperations - class edu.uci.ics.jung.algorithms.RealMatrixElementOperations.
Implements the basic matrix operations on double-precision values.
RealMatrixElementOperations(String) - Constructor for class edu.uci.ics.jung.algorithms.RealMatrixElementOperations
 
ReciprocatedDirectedEdgePredicate - class edu.uci.ics.jung.graph.predicates.ReciprocatedDirectedEdgePredicate.
Returns true if and only if this edge is a DirectedEdge that has an antiparallel DirectedEdge in this graph.
RelativeAuthorityRanker - class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker.
This class provides basic infrastructure for relative authority algorithms that compute the importance of nodes relative to one or more root nodes.
RelativeAuthorityRanker() - Constructor for class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
 
Renderer - interface edu.uci.ics.jung.visualization.Renderer.
A _Renderer does the actual job of drawing individual nodes and edges on a display.
rankScore - Variable in class edu.uci.ics.jung.algorithms.importance.Ranking
The actual rank score (normally between 0 and 1)
read() - Method in class edu.uci.ics.jung.utils.StringInputStream
Reads from the Stringreader, returning the same value.
relativePrecision(double, double) - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
 
removeAllEdges() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Removes all edges from this graph, leaving the vertices intact.
removeAllEdges() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Removes all edges from this graph.
removeAllEdges() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
removeAllFilters() - Method in class edu.uci.ics.jung.visualization.GraphDraw
Removes all the filters, deleting the sliders that drive them.
removeAllVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Removes all vertices (and, therefore, edges) from this graph.
removeAllVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Removes all vertices (and, therefore, all edges) from this graph.
removeAllVertices() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
removeDecorations(Graph) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
 
removeEdge(Edge) - Method in interface edu.uci.ics.jung.graph.Graph
 
removeEdge(Edge) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Removes the edge from the graph, and notifies that the edge and its incident vertices that it has been removed.
removeEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
removeEdgeSubset(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Removes the edge subset based on p from g's SubsetManager.
removeEdgeSubset(Predicate) - Method in class edu.uci.ics.jung.utils.SubsetManager
Removes the edge subset based on p.
removeEdges(Set) - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Removes all elements of edges from this graph.
removeEdges(Set) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Removes all edges in the specified set from this graph.
removeEdges(Set) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
removeLabel(String) - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
 
removeLabel(String) - Method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
This method is not meaningful; it throws an IllegalArgumentException
removeListener(GraphEventListener, GraphEventType) - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Tells the graph to remove gel as a listener for changes in the graph structure
removeListener(GraphEventListener, GraphEventType) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
removeListener(GraphEventListener, GraphEventType) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
 
removeUserDatum(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
removeUserDatum(Object) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
removeUserDatum(Object) - Method in class edu.uci.ics.jung.utils.UserData
Removes the Datum (if known) for this key, and returns it.
removeUserDatum(Object) - Method in interface edu.uci.ics.jung.utils.UserDataContainer
Retrieves the object in this object's user data repository to which key refers, and removes it from the repository.
removeValue(UserDataContainer) - Method in class edu.uci.ics.jung.graph.decorators.Decorator
Removes the values from the user data container
removeVertex(Vertex) - Method in interface edu.uci.ics.jung.graph.Graph
Removes v from this graph.
removeVertex(HypervertexBPG) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
removeVertex(Vertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Removes all edges adjacent to the specified vertex, removes the vertex, and notifies the vertex that it has been removed.
removeVertex(Vertex) - Method in class edu.uci.ics.jung.graph.impl.BipartiteGraph
 
removeVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
removeVertexSubset(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Removes the vertex subset based on p from g's SubsetManager.
removeVertexSubset(Predicate) - Method in class edu.uci.ics.jung.utils.SubsetManager
Removes the vertex subset based on p.
removeVertices(Set) - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Removes all elements of vertices from this graph.
removeVertices(Set) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Removes all vertices in the specified set from this graph.
removeVertices(Set) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
repaint() - Method in class CiviApplet.ControlPanel
 
reset() - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Clears all stored distances for this instance.
reset(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Clears all stored distances for the specified source vertex source.
reset() - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
 
reset() - Method in interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator
Resets the random graph to have zero vertices and zero edges and resets the elapsed time to 0.
reset() - Method in class edu.uci.ics.jung.statistics.Histogram
Reset histogram.
reset() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
Reset all counters.
reset() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
reset() - Method in class edu.uci.ics.jung.utils.StringInputStream
Resets the StringReader.
reset() - Method in class edu.uci.ics.jung.visualization.DetailViewer
 
resetRenderer() - Method in class edu.uci.ics.jung.visualization.GraphDraw
 
resize(Dimension) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
When a visualizetion is resized, it presumably wants to fix the locations of the vertices and possibly to reinitialize its data.
resize(Dimension) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Passthrough.
resize(Dimension) - Method in interface edu.uci.ics.jung.visualization.Layout
Resets the size of the visualization.
restart() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Restarts the visualization entirely, as if the the user had pressed the "scramble" button.
restart() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Passthrough.
restart() - Method in interface edu.uci.ics.jung.visualization.Layout
Resets the node positions to semi-random locations.
restart() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
Restarts layout, then calls init();
restartLayout() - Method in class edu.uci.ics.jung.visualization.GraphDraw
This is the "scramble" button--it resets the layout.
restartThreadOnly() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
starts a visRunner thread without prerelaxing
roundTo(double, double) - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
This method returns the specified value rounded to the nearest integer multiple of the specified scale.
roundToScale(double, boolean) - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
Round the specified value upward to the next scale value.

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