Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(int, Node<T>) - Method in class graphlib.paths.Walk
-
Inserts the given node at the given position in the current walk.
- add(Node<T>) - Method in class graphlib.paths.Walk
-
Adds a node to the end of the walk.
- addEdge(DirectedEdge<T>) - Method in class graphlib.graphs.DirectedGraph
-
Add a directed edge to the graph.
- addEdge(DirectedEdge<T>) - Method in class graphlib.graphs.DirectedMultiGraph
-
Add a directed edge to the graph.
- addEdge(UndirectedEdge<T>) - Method in class graphlib.graphs.UndirectedGraph
-
Add an undirected edge to the graph.
- addEdge(UndirectedEdge<T>) - Method in class graphlib.graphs.UndirectedMultiGraph
-
Add an undirected edge to the graph.
- addEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.DirectedGraph
-
Adds an edge from the given source to destination node.
- addEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.DirectedMultiGraph
-
Adds an edge from the given source to destination node.
- addEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.UndirectedGraph
-
Adds an edge between the given nodes.
- addEdge(Node<T>, Node<T>) - Method in class graphlib.graphs.UndirectedMultiGraph
-
Adds an edge between the given nodes.
- addNode(Node<T>) - Method in class graphlib.graphs.DirectedMultiGraph
-
Add a node to the graph.
- addNode(T) - Method in class graphlib.graphs.DirectedMultiGraph
-
Add a node with the given key to the graph.
- append(Walk<T>) - Method in class graphlib.paths.Walk
-
Appends a given walk at the end of the current walk.
All Classes and Interfaces|All Packages|Serialized Form