Class TextMatchResult


  • public class TextMatchResult
    extends java.lang.Object
    This result class holds all the results for a given text block. Important: When iterating over your results, matches, you should @see GeocoordMatch.is_submatch to see if a match is part of another match.
    Author:
    ubaldino
    • Constructor Summary

      Constructors 
      Constructor Description
      TextMatchResult()  
    • Method Summary

      Modifier and Type Method Description
      void add_trace​(java.lang.String msg)  
      java.lang.String get_trace()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result_id

        public java.lang.String result_id
      • pass

        public boolean pass
      • evaluated

        public boolean evaluated
      • message

        public java.lang.String message
      • matches

        public java.util.List<TextMatch> matches
    • Constructor Detail

      • TextMatchResult

        public TextMatchResult()
    • Method Detail

      • add_trace

        public void add_trace​(java.lang.String msg)
        Parameters:
        msg - processing/matching message
      • get_trace

        public java.lang.String get_trace()
        Returns:
        message buffer for matching