Uses of Interface
org.drools.spi.Duration

Packages that use Duration
org.drools.rule Rule assembly components. 
org.drools.tags.rule Tag library for assembling rules. 
 

Uses of Duration in org.drools.rule
 

Classes in org.drools.rule that implement Duration
 class FixedDuration
          A fixed truthness duration.
 

Methods in org.drools.rule with parameters of type Duration
 void Rule.setDuration(Duration duration)
          Set the truthness duration.
 

Uses of Duration in org.drools.tags.rule
 

Methods in org.drools.tags.rule that return Duration
 Duration DurationTag.getDuration()
          Retrieve the Duration.
 

Methods in org.drools.tags.rule with parameters of type Duration
protected  void DurationTag.setDuration(Duration duration)
          Set the Duration.
 



Copyright © 2001-2002 The Werken Company. All Rights Reserved.