Class 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 Detail

      • ElementClassification

        public ElementClassification​(ElementType elementType,
                                     String variance)