Uses of Class
org.aksw.commons.collections.trees.LabeledTree
Packages that use LabeledTree
-
Uses of LabeledTree in org.aksw.commons.collections.trees
Classes in org.aksw.commons.collections.trees with type parameters of type LabeledTreeModifier and TypeClassDescriptionclassLabeledNodeImpl<K, X extends LabeledNode<K>, Y extends LabeledTree<K,X>> A node view on a tree - all functions delegate to the underlying tree object Not sure if a node should inherit from Entry or if there should be a 'asEntry' method.Fields in org.aksw.commons.collections.trees declared as LabeledTreeMethods in org.aksw.commons.collections.trees that return LabeledTreeModifier and TypeMethodDescriptionLabeledTree<K, ?> LabeledNode.getTree()LabeledNodeImpl.getTree()