Package | Description |
---|---|
edu.ucla.sspace.graph |
Modifier and Type | Class and Description |
---|---|
class |
GenericGraph<T extends Edge>
A graph that imposes no restriction on the types of edges that may connect
its vertices.
|
class |
SparseDirectedGraph
An implementation of
DirectedGraph that uses a sparse backing
representation. |
class |
SparseUndirectedGraph
An undirected implementation of
Graph that uses a sparse backing
representation. |
class |
SparseWeightedGraph
An implementation of
DirectedGraph that uses a sparse backing
representation. |
Copyright © 2012. All Rights Reserved.