Class DStarRunner

  • All Implemented Interfaces:
    Function, Function3Arg

    public final class DStarRunner
    extends java.lang.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