Uses of Package
Algorithm

Packages that use Algorithm
Algorithm   
Main   
 

Classes in Algorithm used by Algorithm
AbstractAlgorithm
          An Abstract algorithm class that should be useful for most algorithms.
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.
 

Classes in Algorithm used by Main
Algorithm
          Interface for Algorithms This simple interface defines three methods that an algorithm must implement init() - runs the initialisation pipline(s) of the algorithm.