Class PluginMatchEntry


  • public class PluginMatchEntry
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isRegExpComplete
      Is the returned Regular Expression a complete representation of the Semantic Type.
      String regExpReturned
      RegExp plugins: the RegExp to be returned for this Semantic Type.
      String[] regExpsToMatch
      RegExp plugins: the RegExps to be matched to qualify as this Semantic Type.
    • Field Detail

      • regExpsToMatch

        public String[] regExpsToMatch
        RegExp plugins: the RegExps to be matched to qualify as this Semantic Type.
      • regExpReturned

        public String regExpReturned
        RegExp plugins: the RegExp to be returned for this Semantic Type.
      • isRegExpComplete

        public boolean isRegExpComplete
        Is the returned Regular Expression a complete representation of the Semantic Type.
    • Method Detail

      • getRegExpsToMatch

        public String[] getRegExpsToMatch()
      • isRegExpComplete

        public boolean isRegExpComplete()
      • getRegExpReturned

        public String getRegExpReturned()
      • matches

        public boolean matches​(String regExp)