Uses of Class
com.tietoenator.trip.jxp.ccl.TdbTermTree
-
Packages that use TdbTermTree Package Description com.tietoenator.trip.jxp.ccl CCL command processing support.com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbTermTree in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbTermTree Modifier and Type Method Description TdbTermTree
TdbCclCommand. getTermTree()
Retrieve the instance of TdbTermTree that is being used to handle the results of hierarchical (i.e. thesaurus) Display commandsMethods in com.tietoenator.trip.jxp.ccl with parameters of type TdbTermTree Modifier and Type Method Description void
TdbCclCommand. setTermTree(TdbTermTree tree)
Establish the instance of TdbTermTree that should be used to handle the results of hierarchical (i.e. thesaurus) Display commands -
Uses of TdbTermTree in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbTermTree Modifier and Type Method Description TdbTermTree
TdbSearch. getTermTree()
Get the instance of TdbTermTree that handles the results of hierarchical (i.e. thesaurus) DISPLAY commands.
-