index
|
next
Java Types for Graph Implementation
Vertex
: Interface type
SimpleVertex
: Class implementing
Vertex
and intended to be subclassed
Edge
: Class aggregating
Vertex
Graph
: Class aggregating
Vertex
and
Edge
index
|
next