org.cdlib.xtf.textEngine.facet
Class DescendantSelector

Object
  extended by GroupSelector
      extended by DescendantSelector

public class DescendantSelector
extends GroupSelector

Select all the group and all its descendants of the incoming groups


Field Summary
 
Fields inherited from class GroupSelector
conservative, counts, next
 
Constructor Summary
DescendantSelector()
           
 
Method Summary
 void process(int parent)
          Process the next group
 String toString()
          Get a string representation
 
Methods inherited from class GroupSelector
flush, reset, setCounts, setNext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescendantSelector

public DescendantSelector()
Method Detail

process

public void process(int parent)
Description copied from class: GroupSelector
Process the next group

Specified by:
process in class GroupSelector

toString

public String toString()
Description copied from class: GroupSelector
Get a string representation

Specified by:
toString in class GroupSelector