Uses of Interface
org.drools.spi.Duration

Packages that use Duration
org.drools.rule Rule assembly components. 
org.drools.semantics.base   
org.drools.smf Semantics Management Framework. 
 

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 that return Duration
 Duration Rule.getDuration()
          Retrieve the truthness duration object.
 

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

Uses of Duration in org.drools.semantics.base
 

Classes in org.drools.semantics.base that implement Duration
 class BaseDuration
          Implementation of the Duration interface for specifying truthness duration.
 

Methods in org.drools.semantics.base that return Duration
 Duration BaseDurationFactory.newDuration(Rule rule, RuleBaseContext context, Configuration config)
          Returns a new Duration object configured using the given Configuration.
 

Uses of Duration in org.drools.smf
 

Methods in org.drools.smf that return Duration
 Duration DurationFactory.newDuration(Rule rule, RuleBaseContext context, Configuration config)
           
 



Copyright © 2001-2005 The Codehaus. All Rights Reserved.