Uses of Class
com.intuit.fuzzymatcher.domain.ElementType
-
Packages that use ElementType Package Description com.intuit.fuzzymatcher.domain -
-
Uses of ElementType in com.intuit.fuzzymatcher.domain
Methods in com.intuit.fuzzymatcher.domain that return ElementType Modifier and Type Method Description ElementTypeElementClassification. getElementType()static ElementTypeElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementType[]ElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.intuit.fuzzymatcher.domain with parameters of type ElementType Modifier and Type Method Description Element.BuilderElement.Builder. setType(ElementType type)Constructors in com.intuit.fuzzymatcher.domain with parameters of type ElementType Constructor Description Element(ElementType type, String variance, T value, double weight, double threshold, double neighborhoodRange, java.util.function.Function<T,T> preProcessFunction, java.util.function.Function<Element<T>,java.util.stream.Stream<Token>> tokenizerFunction, MatchType matchType)ElementClassification(ElementType elementType, String variance)
-