Builds an RTI Tree from a set of Verity .tax and .otl files. (Note Verity 5.0 Tax def XML files are also supported
using the XMLTreeBuilder).
The VerityTaxonomyTreeBuilder consists of three sub modules:
A delegate ITreeBuilder that can create a RTI TreeRoot object in
which each node has an associated query rule ID or reference. This example uses a
TaxFileTreeBuilder
that uses a Verity 4.x '.tax' file. For Verity 5.x and later TaxDef XML files, a standard RTI
XMLTreeBuilder can be used.
An implementation of the ITopicSetBuilder
interface that can create a TopicSet object from some data source. This example uses
the basic TopicSetBuilder
class that can build a TopicSet object from a Verity '.otl' file.
An implementation of the ITopicRenderer interface
which can convert a Verity TopicSet object into a string representation. This example uses the DieselpointTopicRenderer
class.