Package de.tsl2.nano.util
Interface IFuzzyDescriptor<T>
public interface IFuzzyDescriptor<T>
describes a fuzzy finder algorithm
- Version:
- $Revision$
- Author:
- Tom
-
Method Summary
-
Method Details
-
getAvailables
provides all available data to use the filter on -
distance
calculates the distance between an available item and the given expression/filter
-