|
||||||||||
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 Algorithm
step
in class AbstractAlgorithm
public void init()
init
in interface Algorithm
init
in class AbstractAlgorithm
public void run(int steps)
step()
run
in interface Algorithm
run
in class AbstractAlgorithm
steps
- iterations of step()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |