Index
All Classes and Interfaces|All Packages|Serialized Form
R
- readDirectedGraph(File, boolean) - Method in class graphlib.io.GraphReader
-
Read a (possibly weighted) directed graph from a given input file.
- readUndirectedGraph(File, boolean) - Method in class graphlib.io.GraphReader
-
Read a (possibly weighted) undirected graph from a given input file.
- removeEdge(DirectedEdge<T>) - Method in class graphlib.graphs.DirectedGraph
-
Remove a directed edge from the graph.
- removeEdge(DirectedEdge<T>) - Method in class graphlib.graphs.DirectedMultiGraph
-
Remove a directed edge from the graph.
- removeEdge(UndirectedEdge<T>) - Method in class graphlib.graphs.UndirectedGraph
-
Remove an edge from the graph.
- removeEdge(UndirectedEdge<T>) - Method in class graphlib.graphs.UndirectedMultiGraph
-
Remove an edge from the graph.
- removeEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.DirectedGraph
-
Remove the edge from the given source node to the given destination node.
- removeEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.DirectedMultiGraph
-
Remove an edge from the given source node to the given destination node.
- removeEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.UndirectedGraph
-
Remove the edge between the given nodes.
- removeEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.UndirectedMultiGraph
-
Remove an arbitrary edge between the given nodes.
- removeNode(Node<T>) - Method in class graphlib.graphs.DirectedMultiGraph
-
Remove a node from the graph.
- removeNode(T) - Method in class graphlib.graphs.DirectedMultiGraph
-
Remove node with given key from the graph.
All Classes and Interfaces|All Packages|Serialized Form