Package com.intuit.fuzzymatcher.domain
Class ElementClassification
- java.lang.Object
-
- com.intuit.fuzzymatcher.domain.ElementClassification
-
public class ElementClassification extends Object
Defines how each element is classified using ElementType and variance.- ElementType is an enum which gives a template on all the functions that should be applied during match
- Variance is a user defined String, that allows multiple ElementType to be defined in a Document
-
-
Constructor Summary
Constructors Constructor Description ElementClassification(ElementType elementType, String variance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ElementTypegetElementType()StringgetVariance()inthashCode()
-
-
-
Constructor Detail
-
ElementClassification
public ElementClassification(ElementType elementType, String variance)
-
-