org.cdlib.xtf.textEngine.facet
Class NameSelector

Object
  extended by GroupSelector
      extended by NameSelector

public class NameSelector
extends GroupSelector

Filter out groups that don't match the given name.


Field Summary
(package private)  String targetName
           
 
Fields inherited from class GroupSelector
conservative, counts, next
 
Constructor Summary
NameSelector(String name)
           
 
Method Summary
 void process(int group)
          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
 

Field Detail

targetName

String targetName
Constructor Detail

NameSelector

public NameSelector(String name)
Method Detail

process

public void process(int group)
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