Uses of Interface
org.drools.time.impl.Timer

Packages that use Timer
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.time.impl   
 

Uses of Timer in org.drools.rule
 

Methods in org.drools.rule that return Timer
 Timer Rule.getTimer()
          Returns the Timer semantics for a rule.
 

Methods in org.drools.rule with parameters of type Timer
 void Rule.setTimer(Timer timer)
          Sets the timer semantics for a rule.
 

Uses of Timer in org.drools.time.impl
 

Classes in org.drools.time.impl that implement Timer
 class CompositeMaxDurationTimer
          While a rule might have multiple DurationTimers, due to LHS CEP rules, there can only ever be one timer attribute.
 class CronTimer
           
 class DurationTimer
           
 class IntervalTimer
           
 

Methods in org.drools.time.impl with parameters of type Timer
 void CompositeMaxDurationTimer.setTimer(Timer timer)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.