Uses of Class
com.aquima.interactions.matching.impl.functions.MatchFunction
Packages that use MatchFunction
Package
Description
-
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.crosstable
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.crosstableModifier and TypeClassDescriptionfinal class
Implementation of the cross-table match function. -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.exact
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.exactModifier and TypeClassDescriptionfinal class
Exact match implementation for values that can be converted to a number.class
Exact match implementation for values that can be converted to a string. -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.fulltext
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.fulltext -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.levenshtein
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.levenshtein -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.normdist
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.normdist -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.ramp
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.rampModifier and TypeClassDescriptionfinal class
Implementation of the Ramp match for date values.final class
Implementation of the Ramp match for number values.class
Abstract base class for the number and date ramp match. -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.range
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.rangeModifier and TypeClassDescriptionfinal class
The StringRange match function checks if a requested string is equal to the offered string, or if the requested string lies within the offered range. -
Uses of MatchFunction in com.aquima.interactions.matching.impl.functions.trigram
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.functions.trigram -
Uses of MatchFunction in com.aquima.interactions.matching.impl.model
Subclasses of MatchFunction in com.aquima.interactions.matching.impl.modelModifier and TypeClassDescriptionclass
This internal match function is used to match relation attributes.class
This match function acts as a place-holder for the actual EntityMatch during initialization.