|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FuzzyComparable<T> | Compares its two arguments for similarity. |
FuzzyComparator<T> | A comparison function to measure the similarity between objects that imposes a NO ordering on them. |
FuzzyFingerPrintable<T> | Indicates that the implementing class can provide a
FuzzyFingerPrint for fuzzy comparisons. |
Class Summary | |
---|---|
FuzzyComparison<T extends FuzzyComparable<T>> | Util class for comparing the results of fuzzy comparisons. |
FuzzyFingerPrint<T> | A FuzzyFingerPrint represents kind of a signature of its
wrapped object of type T which can be used for fuzzy
comparisons. |
Exception Summary | |
---|---|
FingerPrintException | Indicates an error on processing a FuzzyFingerPrint instance. |
FuzzyComparisonException | Indicates an Exception during a fuzzy comparison. |
FuzzyException | Super class for all Exception s originated in fuzzy actions. |
The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |