Interface IAbandonable


  • public interface IAbandonable
    Interface for Distance measures that can make use of the Early Abandon technique. With Early Abandon the distance calculation will be abandoned once the calculation has exceed a bestSoFar distance.
    • Method Detail

      • setBestSoFar

        void setBestSoFar​(double limit)
        Setter for the best-so-far value.
        Parameters:
        limit - The limit.
      • getBestSoFar

        double getBestSoFar()
        Getter for the best-so-far value.
        Returns:
        The limit.