Uses of Class
dev.nm.graph.type.SparseGraph
-
Packages that use SparseGraph Package Description dev.nm.graph.type -
-
Uses of SparseGraph in dev.nm.graph.type
Subclasses of SparseGraph in dev.nm.graph.type Modifier and Type Class Description class
SparseDAGraph<V,E extends Arc<V>>
This class implements the sparse directed acyclic graph representation.class
SparseDiGraph<V,E extends Arc<V>>
This class implements the sparse directed graph representation.class
SparseUnDiGraph<V,E extends UndirectedEdge<V>>
This class implements the sparse undirected graph representation.Methods in dev.nm.graph.type that return SparseGraph Modifier and Type Method Description SparseGraph<V,E>
SparseGraph. addEdge(E e)
SparseGraph<V,E>
SparseGraph. addVertex(V v)
SparseGraph<V,E>
SparseGraph. removeEdge(E e)
SparseGraph<V,E>
SparseGraph. removeVertex(V v)
-