java.util.List<TdbTreeEntry> |
TdbTreeEntry.children() |
Retrieve the collection of more specific concepts of which this term is a generalization
|
java.util.List<TdbTreeEntry> |
TdbTreeEntry.parents() |
Retrieve the collection of more general concepts of which this term is a part.
|
java.util.List<TdbTreeEntry> |
TdbTreeEntry.relations() |
Retrieve the collection of related terms
|
java.util.List<TdbTreeEntry> |
TdbTermTree.roots() |
Retrieve the list of root nodes from the set of trees, i.e. those nodes
that have no parent found in the forest
|