Class EventElementPart


  • public class EventElementPart
    extends java.lang.Object
    The EventElementPart class reads RegEx from a JSON file to recognize the target part of the event element.
    • Constructor Detail

      • EventElementPart

        public EventElementPart()
      • EventElementPart

        public EventElementPart​(java.util.Map<EventElementType,​java.lang.String> eventElementPartPatterns)
      • EventElementPart

        public EventElementPart​(java.lang.String inputFile)
    • Method Detail

      • addEventElementPartPattern

        public void addEventElementPartPattern​(EventElementType eventElementType,
                                               java.lang.String regEx)
      • getElementPartPatterns

        public java.util.Map<EventElementType,​java.lang.String> getElementPartPatterns()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object