|
|
|
Configurable objects that can construct Tree objects from various types of data sources. Provides a way to import hierarchical data into a common object model.
|
| TreeBuilder that maintains a cached copy of the initial tree build. |
|
| Uses recursive clustering to build a "Cluster Hierarchy" tree object. |
|
| Composite TreeBuilder that builds a composite tree from two or more delegate TreeBuilders. |
|
| Builds a tree from relational database tables. |
|
| Creates a Raritan Tree object from a Dieselpoint taxonomy. |
|
| Builds a difference tree between a positive (additive) TreeBuilder and a negative (subtractive) TreeBuilder. |
|
| Builds an RTI TreeRoot object from an Endeca Category tree. |
|
| Builds a tree from a file system directory structure. |
|
| Filters a tree using an ITreeFilter after initial build. |
|
| Builds a tree from a hierarchically organized flat file. |
|
| Builds a tree from a JCR repository. |
|
| Builds a tree from an LDAP directory. |
|
| Composite tree builder that uses a search source to add metadata to a tree. |
|
| Builds a tree from a set of Paths contained in an IResultSet. |
|
| Builds a tree from hierarchically organized (nested) XML. |
|
| Builds an RTI Tree object from a Verity 4.x .tax file format. |
|
| Builds a tree from "flat" XML - i.e. XML in which nodes hierarchy is determined by parent or child ID links. |
|
| Builds a Tree object from a hierarchically organized web site by recursive HTML scraping. |
|
| Builds an RTI TreeRoot object from a WordMap taxonomy. |
|
| Builds a Taxonomy Tree from Verity tax and otl files. |