Class BaseMatch2

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(SCell cell)  
      protected abstract boolean matchDouble​(java.lang.Double num, java.lang.Double b)  
      protected abstract boolean matchString​(java.lang.String text, java.lang.String b)  
      • Methods inherited from class java.lang.Object

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

      • BaseMatch2

        public BaseMatch2​(java.lang.Object b)
      • BaseMatch2

        public BaseMatch2​(RuleInfo ruleInfo)
    • Method Detail

      • matchString

        protected abstract boolean matchString​(java.lang.String text,
                                               java.lang.String b)
      • matchDouble

        protected abstract boolean matchDouble​(java.lang.Double num,
                                               java.lang.Double b)