Package org.limn.engine

Interface Summary
LimnBasisFactory includes contract methods for generating new projection basis, seeding new basis to begin the process.
LimnEngine LimnEngine provides the basic methods that other objects will need to know about to interact with a Engine.
 

Class Summary
FileBasisFactory FileBasisFactory reads projection basis from a text file and cycles through the projects returning the active one each time that the generateBasis method is called.
GTBasisFactory GTBasisFactory is a simple factory that creates random projections.
LittleTourFactory LittleTourFactory uses the stanard variable pair projections used for a scatterplot matrix.
PPHolesFactory PPHolesFactory extends GTBasisFactory to include a calculation of the PPHoles index for each basis created by the factory.
RecordingFactory RecordingFactory is an abstract class that can be extended to provide functionality that allows the basis to be recorde to a file.
TourEngine Tour engine is the main implementation of the LimnEngine Interface.
TourInterpolate TourInterpolate provides routines used in interpolation between tour projections.
TourUtil TourUtil contains basis utility routines for any tour method.