public interface IDStarAlgorithm
DStarRunner
should look like.
Each implementing class should correspond to one of the D* functions.Modifier and Type | Method and Description |
---|---|
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.
|
boolean processMatch(ValueEval eval)
eval
- ValueEval of the cell in the matching row. References will already be resolved.ValueEval getResult()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.