public interface IFuzzyDescriptor<T>
| Modifier and Type | Method and Description |
|---|---|
double |
distance(T item,
String expression)
calculates the distance between an available item and the given expression/filter
|
Iterable<T> |
getAvailables()
provides all available data to use the filter on
|
Copyright © 2012–2018. All rights reserved.