Class DStarRunner

java.lang.Object
org.apache.poi.ss.formula.functions.DStarRunner
All Implemented Interfaces:
Function, Function3Arg

public final class DStarRunner extends Object implements Function3Arg
This class performs a D* calculation. It takes an IDStarAlgorithm object and uses it for calculating the result value. Iterating a database and checking the entries against the set of conditions is done here. TODO: - wildcards ? and * in string conditions - functions as conditions