Uses of Package
anl.aida.util

Packages that use anl.aida.util
anl.aida   
anl.aida.ae.lucene   
anl.aida.core   
anl.aida.reader   
anl.aida.score   
anl.aida.sv   
anl.aida.util   
anl.fusion.example   
 

Classes in anl.aida.util used by anl.aida
AIDAException
          Exception wrapper class that we can use to throw from callback type functions.
DateRange
          Encapsulates a date range.
Pair
          A simple pair class that represents a tuple with two elements.

This class is not implemented to handle null pair values, however it will accept them.

 

Classes in anl.aida.util used by anl.aida.ae.lucene
AIDAException
          Exception wrapper class that we can use to throw from callback type functions.
DateRange
          Encapsulates a date range.
DateRangeProducer
          Produces DateRanges over some interval.
Filter
          Generic filter interface for evaluating individual items.
 

Classes in anl.aida.util used by anl.aida.core
AIDAException
          Exception wrapper class that we can use to throw from callback type functions.
DateRange
          Encapsulates a date range.
HighestTermScores
          Container that can be used to gather X number of terms with the highest scores.
IntIterator
          Iterator over a series of ints.
 

Classes in anl.aida.util used by anl.aida.reader
AIDAException
          Exception wrapper class that we can use to throw from callback type functions.
IndexIterator
          Iterates over the lines in standard index, returning the parsed results in a String[].
 

Classes in anl.aida.util used by anl.aida.score
MIFSRuntimeException
          Exception wrapper class that we can use to throw from callback type functions.
 

Classes in anl.aida.util used by anl.aida.sv
AIDAException
          Exception wrapper class that we can use to throw from callback type functions.
Filter
          Generic filter interface for evaluating individual items.
HighestTermScores
          Container that can be used to gather X number of terms with the highest scores.
 

Classes in anl.aida.util used by anl.aida.util
DateRange
          Encapsulates a date range.
Filter
          Generic filter interface for evaluating individual items.
ObjScore
          Date: Feb 11, 2009 2:06:19 PM
StandardIndexLineParser
          Parses a line in the standard index format.
TermScore
          Encapsulates a Term string and a score.
 

Classes in anl.aida.util used by anl.fusion.example
AIDAException
          Exception wrapper class that we can use to throw from callback type functions.