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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic intcomputeLevenshteinDistance(String lObject, String rObject) static doublecomputeLevenshteinSimilarity(String lObject, String rObject, int levenshteinDistance)  
- 
Constructor Details
- 
LevenshteinComputer
public LevenshteinComputer() 
 - 
 - 
Method Details
- 
computeLevenshteinSimilarity
 - 
computeLevenshteinDistance
 
 -