com.raritantechnologies.verity.parametric
Class TaxonomyCounter

java.lang.Object
  extended bycom.raritantechnologies.verity.parametric.TaxonomyCounter

public class TaxonomyCounter
extends java.lang.Object

Provides a "true" count of taxonomy node hits.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView)
           
 TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView, java.lang.String queryText)
           
 TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView, java.lang.String queryText, VParametricSearch pSearch)
           
 TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView, java.lang.String queryText, VParametricSearch pSearch, java.lang.String rootPath)
           
 TaxonomyCount[] getChildNodesByName(KTreeView taxView)
           
 TaxonomyCount[] getChildNodesByName(KTreeView taxView, java.lang.String queryText)
           
 TaxonomyCount[] getChildNodesByName(KTreeView taxView, java.lang.String queryText, VParametricSearch pSearch)
           
 TaxonomyCount[] getChildNodesByName(KTreeView taxView, java.lang.String queryText, VParametricSearch pSearch, java.lang.String rootPath)
           
static TaxonomyCounter getTaxonomyCounter(ParametricSearchSource pss, java.lang.String taxonomy)
           
static TaxonomyCounter getTaxonomyCounter(java.lang.String sourceName, java.lang.String hostPortString, java.lang.String PI, java.lang.String taxonomy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTaxonomyCounter

public static TaxonomyCounter getTaxonomyCounter(ParametricSearchSource pss,
                                                 java.lang.String taxonomy)

getTaxonomyCounter

public static TaxonomyCounter getTaxonomyCounter(java.lang.String sourceName,
                                                 java.lang.String hostPortString,
                                                 java.lang.String PI,
                                                 java.lang.String taxonomy)

getChildNodesByMostHits

public TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView)

getChildNodesByMostHits

public TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView,
                                               java.lang.String queryText)

getChildNodesByMostHits

public TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView,
                                               java.lang.String queryText,
                                               VParametricSearch pSearch)

getChildNodesByMostHits

public TaxonomyCount[] getChildNodesByMostHits(KTreeView taxView,
                                               java.lang.String queryText,
                                               VParametricSearch pSearch,
                                               java.lang.String rootPath)

getChildNodesByName

public TaxonomyCount[] getChildNodesByName(KTreeView taxView)

getChildNodesByName

public TaxonomyCount[] getChildNodesByName(KTreeView taxView,
                                           java.lang.String queryText)

getChildNodesByName

public TaxonomyCount[] getChildNodesByName(KTreeView taxView,
                                           java.lang.String queryText,
                                           VParametricSearch pSearch)

getChildNodesByName

public TaxonomyCount[] getChildNodesByName(KTreeView taxView,
                                           java.lang.String queryText,
                                           VParametricSearch pSearch,
                                           java.lang.String rootPath)