Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
D
G
I
S
T
U
V
D
destination()
- Method in class digraph.
DiGraph.Edge
Returns the destination vertex of this edge.
destination()
- Method in interface graph.
Graph.Edge
Returns the destination vertex of this edge.
digraph
- package digraph
DiGraph
<
V
,
E
> - Class in
digraph
Class DiGraph represents a generic directed graph with elements of type V associated to its vertices and data of type E to its Edges.
DiGraph()
- Constructor for class digraph.
DiGraph
Constructs an empty directed graph
DiGraph.Edge
<
V
,
E
> - Class in
digraph
Inner class representing an edge of a directed graph.
DiGraph.Vertex
<
V
,
E
> - Class in
digraph
Nested class representing a vertex of a directed graph.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
D
G
I
S
T
U
V