Uses of Package
uk.org.ogsadai.activity.files

Packages that use uk.org.ogsadai.activity.files
uk.org.ogsadai.activity.files Activities for writing and reading files. 
uk.org.ogsadai.activity.indexedfiles Activities for indexing and searching text files using the Apache Lucene search engine. 
 

Classes in uk.org.ogsadai.activity.files used by uk.org.ogsadai.activity.files
AbstractFileActivity
          Abstract superclass for all activities which are intended for use with data resources that implement the FileAccessProvider interface.
InfiniteSet
          A class which describes a subset of the integers with potentially infinite cardinality.
Lagrange
          A class which generates Lagrange interpolating polynomials interpolating the co-ordinates (pn, n), given an array of integers {pn}.
MalformedReplacementStringException
          An exception denoting the user's attempt to use a replacement string which contained syntax errors.
NonIncreasingSequenceException
          An exception denoting the user's attempt to use a sequence which is not strictly increasing.
Sequence
          This class represents a countable, increasing chain in the set of integers under the < relation.
 

Classes in uk.org.ogsadai.activity.files used by uk.org.ogsadai.activity.indexedfiles
AbstractFileActivity
          Abstract superclass for all activities which are intended for use with data resources that implement the FileAccessProvider interface.