Interface FuzzyStringMatchFilter.FuzzyMatchingMethod
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FuzzyStringMatchFilter.Levenshtein,FuzzyStringMatchFilter.Similarity,FuzzyStringMatchFilter.ThresholdMatchingMethod
- Enclosing interface:
- FuzzyStringMatchFilter<T>
public static interface FuzzyStringMatchFilter.FuzzyMatchingMethod extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<QName,Object>getAttributes()QNamegetMethodName()booleanmatches(String lValue, String rValue)
-