- RadialTreeLayouter<V extends Vertex,E extends Edge<V>> - Class in graph.layout.tree
-
A layouter which creates a drawing of a graph using JUNG framework's radial tree drawing algorithm
- RadialTreeLayouter() - Constructor for class graph.layout.tree.RadialTreeLayouter
-
- reduce(PQTree<V, E>, List<PQTreeNode>, PQTreeNode) - Method in class graph.tree.pq.PQTreeReduction
-
Implementation of the reduction procedure
- removeChild(PQTreeNode) - Method in class graph.tree.pq.PQTreeNode
-
Removes a child node from the current one
- removeEdge(E) - Method in class graph.elements.Graph
-
Removes an edge from the graph and updates all relevants structures
- removeEdgeFromGraph(Graph<V, E>, E) - Method in class graph.operations.GraphOperations
-
Removes an edge from the graph
- removeEdgeWithTriangulated(Edge<V>) - Method in class graph.ordering.circular.GraphCopy
-
Removes an edge from the graph, checking if it is
a triangulated edge or a regular one
- removeVertex(V) - Method in class graph.elements.Graph
-
Removes a vertex from the graph, thus updating all relevant structures
and also removing the edges it was a part of
- removeVertex(BCTreeNode) - Method in class graph.tree.bc.BCTree
-
- removeVertex(PQTreeNode) - Method in class graph.tree.pq.PQTree
-
- replace(List<V>, List<List<V>>) - Method in class graph.symmetry.nauty.OrderedPartition
-
Replaces one part of the partition with the given list of components
- returningEdges(E) - Method in class graph.trees.dfs.DFSTree
-
Finds all returning edges of a given edge
Given a tree edge e = (u, v), its returning edges are those back
edges that from a descendant of v (included v itself ) go to an ancestor of u different from u
itself.
- reverseList(List<T>) - Static method in class graph.util.Util
-
Reverses the given list
- rightFaceOf(E) - Method in class graph.algorithms.planarity.PlanarFaces
-
Right face of the given edge
- routeEdges() - Method in class graph.layout.router.orthogonal.OrthogonalEdgeRouter
-
- run() - Method in class graph.layout.util.PositionAction
-
Defines what the action does.
- run(double) - Method in class graph.layout.util.PositionAction
-
Defines what the action does.