Uses of Class
com.tietoenator.trip.jxp.ccl.TdbTreeEntry
-
Packages that use TdbTreeEntry Package Description com.tietoenator.trip.jxp.ccl CCL command processing support. -
-
Uses of TdbTreeEntry in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return types with arguments of type TdbTreeEntry Modifier and Type Method Description java.util.List<TdbTreeEntry>
TdbTreeEntry. children()
Retrieve the collection of more specific concepts of which this term is a generalizationjava.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 termsjava.util.List<TdbTreeEntry>
TdbTermTree. roots()
Retrieve the list of root nodes from the set of trees, i.e.
-