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

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


Uses of Interface
org.drools.spi.Consequence

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

Uses of Consequence in org.drools.base.mvel
 

Classes in org.drools.base.mvel that implement Consequence
 class MVELConsequence
           
 

Uses of Consequence in org.drools.rule
 

Methods in org.drools.rule that return Consequence
 Consequence Rule.getConsequence()
          Retrieve the Consequence associated with this Rule.
 

Methods in org.drools.rule with parameters of type Consequence
 void Rule.setConsequence(Consequence consequence)
          Set the Consequence that is associated with the successful match of this rule.
 



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