- AbstractGraph<V,E> - Class in edu.uci.ics.jung.graph
-
Abstract implementation of the Graph interface.
- AbstractGraph() - Constructor for class edu.uci.ics.jung.graph.AbstractGraph
-
- AbstractTypedGraph<V,E> - Class in edu.uci.ics.jung.graph
-
An abstract class for graphs whose edges all have the same EdgeType.
- AbstractTypedGraph(EdgeType) - Constructor for class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Creates an instance with the specified edge type.
- addChild(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
add the passed child node as a child of parent.
- addChild(E, V, V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
add the passed child node as a child of parent.
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- addEdge(E, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
Adds edge to this graph with the specified endpoints,
with the default edge type.
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
Adds edge to this graph with the specified endpoints
and EdgeType.
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Add an edge to the tree, connecting v1, the parent and v2, the child.
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
Add an edge to the tree, connecting v1, the parent and v2, the child.
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
Add an edge to the tree, connecting v1, the parent and v2, the child.
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- addEdge(E, V, V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
Adds the specified child vertex and edge e to the graph
with the specified parent vertex parent.
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- addEdge(H, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
Adds hyperedge to this graph and connects them to the vertex collection to_attach.
- addEdge(H, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- addTree(Tree<V, E>) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Adds tree to this graph as an element of this forest.
- addVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Add vertex as a root of the tree
- addVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
Will set the root of the Tree, only if the Tree is empty and the
root is currently unset.
- addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getChild(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
Returns the child of vertex at position index
in this tree, or null if it has no child at that position.
- getChildCount(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getChildCount(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
get the number of children of the passed parent node
- getChildCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getChildEdge(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getChildEdges(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getChildEdges(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
- getChildEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getChildren(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getChildren(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
get the immediate children nodes of the passed parent
- getChildren(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
Returns an ordered list of vertex's child vertices.
- getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Returns this graph's edge type.
- getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getDemoGraph() - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
-
Returns a bigger test graph with a clique, several components, and other
parts.
- getDepth(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
computes and returns the depth of the tree from the
root to the passed vertex
- getDepth(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
computes and returns the depth of the tree from the
root to the passed vertex
- getDepth(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getDest(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getDest(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Returns the edge count for this graph if edge_type matches
the edge type for this graph, and 0 otherwise.
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Returns the edge set for this graph if edgeType matches the
edge type for this graph, and an empty set otherwise.
- getEdges() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getEdges() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getEdges() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getEdges() - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getEdges() - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getEdges() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getEdges() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getEdges() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Returns this graph's edge type, or null if e is not
in this graph.
- getEdgeType(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.DelegateTree
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getFactory(int) - Static method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.SetHypergraph
-
Returns a Factory which creates instances of this class.
- getFactory() - Static method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.SparseGraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getHeight() - Method in class edu.uci.ics.jung.graph.DelegateForest
-
computes and returns the height of the tree
- getHeight() - Method in class edu.uci.ics.jung.graph.DelegateTree
-
Computes and returns the height of the tree.
- getHeight() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
Returns the height of the tree, or -1 if the tree is empty.
- getIncident_internal(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
- getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getIncidentCount(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getIncidentVertices(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getOneComponentGraph() - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
-
Returns a bigger, undirected test graph with a just one component.
- getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getParent(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getParent(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
get the single parent node of the passed child
- getParent(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getParentEdge(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getParentEdge(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
- getParentEdge(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getPath(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
returns an ordered list of the nodes beginning at the root
and ending at the passed child node, including all intermediate
nodes.
- getPath(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
Returns an ordered list of the nodes beginning at the root
and ending at vertex, including all intermediate
nodes.
- getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getPreds_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getRoot() - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getRoot() - Method in class edu.uci.ics.jung.graph.DelegateTree
-
getter for the root of the tree
- getRoot() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getRoots() - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getSmallGraph() - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getSource(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getSource(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getSuccs_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getTrees() - Method in class edu.uci.ics.jung.graph.DelegateForest
-
- getTrees() - Method in class edu.uci.ics.jung.graph.DelegateTree
-
- getTrees() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getValidatedEndpoints(E, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- getVertices() - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- getVertices() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- SetHypergraph<V,H> - Class in edu.uci.ics.jung.graph
-
An implementation of Hypergraph that is suitable for sparse graphs and
permits parallel edges.
- SetHypergraph() - Constructor for class edu.uci.ics.jung.graph.SetHypergraph
-
Creates a SetHypergraph and initializes the internal data structures.
- setRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
adds root as a root of the tree
- setRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
sets the root to the passed value, only if the root is
previously unset
- setVertexComparator(Comparator<V>) - Method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
Provides a new Comparator to be used in sorting the vertices.
- SortedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
-
An implementation of Graph that is suitable for sparse graphs,
orders its vertex and edge collections according to either specified Comparator
instances or the natural ordering of their elements, and permits directed, undirected,
and parallel edges.
- SortedSparseMultigraph(Comparator<V>, Comparator<E>) - Constructor for class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
Creates a new instance which sorts its vertices and edges according to the
specified Comparators.
- SortedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
Creates a new instance which sorts its vertices and edges according to
their natural ordering.
- SparseGraph<V,E> - Class in edu.uci.ics.jung.graph
-
An implementation of Graph that is suitable for sparse graphs and
permits both directed and undirected edges.
- SparseGraph() - Constructor for class edu.uci.ics.jung.graph.SparseGraph
-
Creates an instance.
- SparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
-
An implementation of Graph that is suitable for sparse graphs
and permits directed, undirected, and parallel edges.
- SparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.SparseMultigraph
-
Creates a new instance.