Interface IFuzzyDescriptor<T>


public interface IFuzzyDescriptor<T>
describes a fuzzy finder algorithm
Version:
$Revision$
Author:
Tom
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    distance(T item, String expression)
    calculates the distance between an available item and the given expression/filter
    provides all available data to use the filter on
  • Method Details

    • getAvailables

      Iterable<T> getAvailables()
      provides all available data to use the filter on
    • distance

      double distance(T item, String expression)
      calculates the distance between an available item and the given expression/filter