Package Algorithm

Interface Summary
Algorithm Interface for Algorithms This simple interface defines three methods that an algorithm must implement init() - runs the initialisation pipline(s) of the algorithm.
Pipeline Interface for a pipline.
 

Class Summary
AbstractAlgorithm An Abstract algorithm class that should be useful for most algorithms.
MyFirstSearchEngine Contains the module pipelines used to perform the algorithm.
SimplePipeline A pipeline containing modules.