Package org.limn.data

Interface Summary
LimnBasis LimnBasis is a small wrapper class that contains the active projection.
LimnData LimnData provides some basic data access and selection features.
LimnFilter LimnFilter interface is used to specifiy the methods needed for filtering and subsetting operations.
 

Class Summary
LimnProperties LimnProperties is a singleton object used to store global constants for the recording and playback objects.
ParsingThread This class is used to subset data in the LimnFilter object.
RAFData RAFData implements the LimnData interface.
RAFParser RAFParser is a class of static methods used for parsing and preparing file information to be used by the RAFDAta object.
ReaderParser ReaderParser uses a fileReader to buffer the data object before loading it into a LimnData object.
SimpleBasis SimpleBasis is a very basic implementation of the LimnBasis interface.
SimpleData SimpleData is a very basic implementation of the LimnData interface.
SimpleFilter SimpleFilter implements the LimnFilter interface.
SimpleParser SimpleParser is a utility class used to parse a plain white space delineated data file into a LimnData object.