Uses of Class
com.ubs.backend.classes.WordLevenshteinDistance
Packages that use WordLevenshteinDistance
-
Uses of WordLevenshteinDistance in com.ubs.backend.classes
Fields in com.ubs.backend.classes with type parameters of type WordLevenshteinDistanceModifier and TypeFieldDescriptionprivate ArrayList<WordLevenshteinDistance>PossibleAnswer.foundWordLevenshteinDistancesMethods in com.ubs.backend.classes that return types with arguments of type WordLevenshteinDistanceMethods in com.ubs.backend.classes with parameters of type WordLevenshteinDistanceModifier and TypeMethodDescriptionvoidPossibleAnswer.addFoundWordLevenshteinDistance(WordLevenshteinDistance foundWordLevenshteinDistance)Method parameters in com.ubs.backend.classes with type arguments of type WordLevenshteinDistanceModifier and TypeMethodDescriptionvoidPossibleAnswer.addFoundWordLevenshteinDistance(ArrayList<WordLevenshteinDistance> foundWordLevenshteinDistance)voidPossibleAnswer.setFoundWordLevenshteinDistances(ArrayList<WordLevenshteinDistance> foundWordLevenshteinDistances)Constructors in com.ubs.backend.classes with parameters of type WordLevenshteinDistanceModifierConstructorDescriptionPossibleAnswer(Answer answer, int upvotes, int downvotes, WordLevenshteinDistance wordLevenshteinDistance)PossibleAnswer(Answer answer, WordLevenshteinDistance wordLevenshteinDistance)