站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.spi.Duration (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.spi.Duration

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

Uses of Duration in org.drools.base
 

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

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.
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.