Class GreaterThanOrEqual2

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean matchDouble​(java.lang.Double num, java.lang.Double b)  
      protected 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

      • GreaterThanOrEqual2

        public GreaterThanOrEqual2​(java.lang.Object base)
      • GreaterThanOrEqual2

        public GreaterThanOrEqual2​(RuleInfo ruleInfo)
    • Method Detail

      • matchString

        protected boolean matchString​(java.lang.String text,
                                      java.lang.String b)
        Overrides:
        matchString in class LessThan2
      • matchDouble

        protected boolean matchDouble​(java.lang.Double num,
                                      java.lang.Double b)
        Overrides:
        matchDouble in class LessThan2