|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDStarAlgorithm
Interface specifying how an algorithm to be used by DStarRunner should look like.
Each implementing class should correspond to one of the D* functions.
| Method Summary | |
|---|---|
ValueEval |
getResult()
Return a result ValueEval that will be the result of the calculation. |
boolean |
processMatch(ValueEval eval)
Process a match that is found during a run through a database. |
| Method Detail |
|---|
boolean processMatch(ValueEval eval)
eval - ValueEval of the cell in the matching row. References will already be resolved.
ValueEval getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||