Class TimerUtil


  • public class TimerUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimerUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.drools.core.time.TimerExpression buildTimerExpression​(java.lang.String expression, java.util.Map<java.lang.String,​org.drools.core.rule.Declaration> decls)  
      static boolean validateTimer​(java.lang.String timerString)  
      • Methods inherited from class java.lang.Object

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

      • TimerUtil

        public TimerUtil()
    • Method Detail

      • validateTimer

        public static boolean validateTimer​(java.lang.String timerString)
      • buildTimerExpression

        public static org.drools.core.time.TimerExpression buildTimerExpression​(java.lang.String expression,
                                                                                java.util.Map<java.lang.String,​org.drools.core.rule.Declaration> decls)