Uses of Class
dev.nm.graph.type.SparseTree
-
Packages that use SparseTree Package Description dev.nm.graph.type -
-
Uses of SparseTree in dev.nm.graph.type
Methods in dev.nm.graph.type that return SparseTree Modifier and Type Method Description SparseTree<V>
SparseTree. addEdge(Arc<V> e)
Add an edge to the tree, connecting v1, the parent and v2..., the children.SparseTree<V>
SparseTree. addVertex(V v)
SparseTree<V>
SparseTree. removeEdge(Arc<V> e)
SparseTree<V>
SparseTree. removeVertex(V v)
-