Package anl.aida.util

Interface Summary
Filter<T> Generic filter interface for evaluating individual items.
IntIterator Iterator over a series of ints.
 

Class Summary
AIDAUtils General static utility methods.
AndFilter<T> An aggregate Filter that returns true if each of its members Filters returns true.
Converter Quick and dirty code to convert index files into the new format.
DateRange Encapsulates a date range.
DateRangeProducer Produces DateRanges over some interval.
EnumIter<T> Wraps an enumeration in the Iterable interface.
FileUtilities Utility methods for dealing with files and directories.
Foo  
HighestTermScores Container that can be used to gather X number of terms with the highest scores.
IndexIterator Iterates over the lines in standard index, returning the parsed results in a String[].
KeywordFilter  
ObjectArrayIter<T> Implements an iterable and iterator over an array of type T.
ObjScore<T> Date: Feb 11, 2009 2:06:19 PM
Pair<X,Y> 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.

StandardIndexLineParser Parses a line in the standard index format.
TermScore Encapsulates a Term string and a score.
UIMAParameterSettings A Settings class that can be used to override the default settings in a UIMA processor.
UIMAParameterSettings.NameValuePairImpl  
UtilTests  
VectorUtilities Date: Feb 13, 2009 11:33:50 AM
 

Exception Summary
AIDAException Exception wrapper class that we can use to throw from callback type functions.
MIFSException Exception wrapper class that we can use to throw from callback type functions.
MIFSRuntimeException Exception wrapper class that we can use to throw from callback type functions.