Class LevenshteinComputer
java.lang.Object
com.evolveum.midpoint.prism.query.fuzzy.LevenshteinComputer
TODO move to a better place?
 TODO replace by a library method?
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intcomputeLevenshteinDistance(String lObject, String rObject) static doublecomputeLevenshteinSimilarity(String lObject, String rObject, int levenshteinDistance) 
- 
Constructor Details- 
LevenshteinComputerpublic LevenshteinComputer()
 
- 
- 
Method Details- 
computeLevenshteinSimilarity
- 
computeLevenshteinDistance
 
-