com.raritantechnologies.utils.tree
Interface ITreeProcessor

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AutonomyClassifierOutputProcessor, ExternalDimensionXMLGenerator, FileTreeProcessor, InxightTaxonomyTreeProcessor, SequentialTreeProcessor, TaxDefGenerator, TreeXMLGenerator, WordMapTreeProcessor

public interface ITreeProcessor
extends IConfigurable

Base Interface for objects that can process information in a TreeRoot object.


Method Summary
 void processTree(TreeRoot tree)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

processTree

public void processTree(TreeRoot tree)