Uses of Interface
Algorithm.Algorithm

Packages that use Algorithm
Algorithm   
Main   
 

Uses of Algorithm in Algorithm
 

Classes in Algorithm that implement Algorithm
 class AbstractAlgorithm
          An Abstract algorithm class that should be useful for most algorithms.
 class MyFirstSearchEngine
          Contains the module pipelines used to perform the algorithm.
 

Uses of Algorithm in Main
 

Fields in Main declared as Algorithm
protected  Algorithm State.algorithm
           
 

Methods in Main that return Algorithm
 Algorithm State.getAlgorithm()