Uses of Package
com.intuit.fuzzymatcher.domain
-
Packages that use com.intuit.fuzzymatcher.domain Package Description com.intuit.fuzzymatcher.component com.intuit.fuzzymatcher.domain com.intuit.fuzzymatcher.function -
Classes in com.intuit.fuzzymatcher.domain used by com.intuit.fuzzymatcher.component Class Description Document The primary object for matching.Element This class represent the string "value" against which match are run.Match A generic class to hold the match between 2 objects and the score of the match result.Token Elements are broken down into Token class using the TokenizerFunction -
Classes in com.intuit.fuzzymatcher.domain used by com.intuit.fuzzymatcher.domain Class Description Document The primary object for matching.Document.Builder Element This class represent the string "value" against which match are run.Element.Builder ElementClassification Defines how each element is classified using ElementType and variance.ElementType Enum to define different types of Element.Match A generic class to hold the match between 2 objects and the score of the match result.Matchable Interface implemented by Document, Element and Token to enable matching and scoring these objectsMatchType Score This holds the result of matching 2 Documents, Elements or Tokens.Token Elements are broken down into Token class using the TokenizerFunction -
Classes in com.intuit.fuzzymatcher.domain used by com.intuit.fuzzymatcher.function Class Description Element This class represent the string "value" against which match are run.Match A generic class to hold the match between 2 objects and the score of the match result.Score This holds the result of matching 2 Documents, Elements or Tokens.Token Elements are broken down into Token class using the TokenizerFunction