org.cdlib.xtf.textEngine.facet
Class RootSelector

Object
  extended by GroupSelector
      extended by ChildSelector
          extended by RootSelector

public class RootSelector
extends ChildSelector

Select top-level (root) groups


Field Summary
 
Fields inherited from class GroupSelector
conservative, counts, next
 
Constructor Summary
RootSelector()
           
 
Method Summary
 String toString()
          Get a string representation
 
Methods inherited from class ChildSelector
process
 
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

RootSelector

public RootSelector()
Method Detail

toString

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

Overrides:
toString in class ChildSelector