Package | Description |
---|---|
com.tietoenator.trip.jxp.ccl |
CCL command processing support.
|
Modifier and Type | Method and Description |
---|---|
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
|