IDStarAlgorithm
public final class DGet extends java.lang.Object implements IDStarAlgorithm
Constructor | Description |
---|---|
DGet() |
Modifier and Type | Method | 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.
|
void |
reset() |
Reset the state of this algorithm.
|
public void reset()
IDStarAlgorithm
reset
in interface IDStarAlgorithm
public boolean processMatch(ValueEval eval)
IDStarAlgorithm
processMatch
in interface IDStarAlgorithm
eval
- ValueEval of the cell in the matching row. References will already be resolved.public ValueEval getResult()
IDStarAlgorithm
getResult
in interface IDStarAlgorithm
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.