Uses of Interface
dev.nm.graph.RootedTree
-
Packages that use RootedTree Package Description dev.nm.graph dev.nm.graph.type -
-
Uses of RootedTree in dev.nm.graph
Methods in dev.nm.graph that return RootedTree Modifier and Type Method Description RootedTree<V,E>RootedTree. subTree(V v)Gets a sub-tree starting from a vertex. -
Uses of RootedTree in dev.nm.graph.type
Classes in dev.nm.graph.type that implement RootedTree Modifier and Type Class Description classSparseTree<V>This class implements the sparse tree representation.classVertexTree<T>AVertexTreeis both a tree and a vertex/node.This implementation builds a tree incrementally and recursively (combining trees).Methods in dev.nm.graph.type that return RootedTree Modifier and Type Method Description RootedTree<V,Arc<V>>SparseTree. rotate(V v)This method re-pivots the tree with a new root vertex.RootedTree<V,Arc<V>>SparseTree. subTree(V v)RootedTree<VertexTree<T>,Arc<VertexTree<T>>>VertexTree. subTree(VertexTree<T> v)
-