| Interface | Description |
|---|---|
| Edge |
Represents a node in a graph or tree.
|
| Graph | |
| Node |
Represents a node in a graph or tree.
|
| Class | Description |
|---|---|
| Graph.Utils | |
| Utils |
A collection of utility functions for graphs.
|
| Exception | Description |
|---|---|
| Graph.NoEdgeException |
This class is thrown by getEdgeLength(node1, node2) if node1 and node2
are not directly connected by an edge.
|
http://code.google.com/p/jebl2/