Class DateMatch

All Implemented Interfaces:
Comparable<TextMatch>, MatchSchema

public class DateMatch extends TextMatch
Author:
ubaldino
  • Field Details

    • datenorm

      public Date datenorm
      Just the coordinate text normalized
    • datenorm_text

      public String datenorm_text
    • patternFields

      protected Map<String,String> patternFields
      fields in pattern match
    • resolution

      public DateMatch.TimeResolution resolution
    • isDistantPast

      public boolean isDistantPast
      Flag caller can use to classify if a date match is distant
    • isFuture

      public boolean isFuture
      Flag caller can use to classify if date is future relative to a given date, by default TODAY
  • Constructor Details

    • DateMatch

      public DateMatch(int x1, int x2)