Uses of Enum Class
org.drools.util.StringUtils.SIMILARITY_STRATS
Packages that use StringUtils.SIMILARITY_STRATS
-
Uses of StringUtils.SIMILARITY_STRATS in org.drools.util
Methods in org.drools.util that return StringUtils.SIMILARITY_STRATSModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StringUtils.SIMILARITY_STRATS[]StringUtils.SIMILARITY_STRATS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.util with parameters of type StringUtils.SIMILARITY_STRATSModifier and TypeMethodDescriptionstatic doubleStringUtils.stringSimilarity(String s1, String s2, StringUtils.SIMILARITY_STRATS method)