Uses of Interface
dev.nm.graph.Tree
-
Packages that use Tree Package Description dev.nm.graph dev.nm.graph.type -
-
Uses of Tree in dev.nm.graph
Subinterfaces of Tree in dev.nm.graph Modifier and Type Interface Description interface
Forest<V,E extends HyperEdge<V>>
A forest is a disjoint union of trees.interface
RootedTree<V,E extends Arc<V>>
A rooted tree is a directed graph, and has a root to measure distance from the root.Methods in dev.nm.graph that return types with arguments of type Tree Modifier and Type Method Description Set<Tree<V,E>>
Forest. trees()
Get the disjoint set of trees. -
Uses of Tree in dev.nm.graph.type
Classes in dev.nm.graph.type that implement Tree Modifier and Type Class Description class
SparseTree<V>
This class implements the sparse tree representation.class
VertexTree<T>
AVertexTree
is both a tree and a vertex/node.This implementation builds a tree incrementally and recursively (combining trees).
-