Uses of Class
com.tietoenator.trip.jxp.ccl.TdbTermTree
Packages that use TdbTermTree
Package
Description
CCL command processing support.
Database content manipulation.
-
Uses of TdbTermTree in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbTermTreeModifier and TypeMethodDescriptionTdbCclCommand.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 TdbTermTreeModifier and TypeMethodDescriptionvoidTdbCclCommand.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 TdbTermTreeModifier and TypeMethodDescriptionTdbSearch.getTermTree()Get the instance of TdbTermTree that handles the results of hierarchical (i.e. thesaurus) DISPLAY commands.