|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAlgorithm.AbstractAlgorithm
Algorithm.MyFirstSearchEngine
public class MyFirstSearchEngine
Contains the module pipelines used to perform the algorithm. A simple Implementation of a concrete algorithm. May be good for testing module performance and stability.
| Constructor Summary | |
|---|---|
MyFirstSearchEngine()
Constructor |
|
| Method Summary | |
|---|---|
void |
init()
Step the init pipeline |
void |
run(int steps)
Iterate step() |
void |
step()
Step the loop pipeline. |
| Methods inherited from class Algorithm.AbstractAlgorithm |
|---|
getInitPipeline, getLoopPipeline, setInitPipeline, setLoopPipeline |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyFirstSearchEngine()
| Method Detail |
|---|
public void step()
step in interface Algorithmstep in class AbstractAlgorithmpublic void init()
init in interface Algorithminit in class AbstractAlgorithmpublic void run(int steps)
step()
run in interface Algorithmrun in class AbstractAlgorithmsteps - iterations of step()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||