Uses of Interface
org.drools.spi.Consequence

Packages that use Consequence
org.drools.rule Rule assembly components. 
org.drools.semantics.java Java Semantic Module. 
org.drools.semantics.jelly   
org.drools.smf Semantics Management Framework. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
org.drools.tags.rule Tag library for assembling rules. 
 

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.
 

Uses of Consequence in org.drools.semantics.java
 

Classes in org.drools.semantics.java that implement Consequence
 class BlockConsequence
          Java block semantics Consequence.
 

Uses of Consequence in org.drools.semantics.jelly
 

Classes in org.drools.semantics.jelly that implement Consequence
 class JellyConsequence
          Jelly-script semantics Consequence.
 

Uses of Consequence in org.drools.smf
 

Subinterfaces of Consequence in org.drools.smf
 interface ConfigurableConsequence
          Configurable Consequence.
 

Uses of Consequence in org.drools.spi
 

Subinterfaces of Consequence in org.drools.spi
 interface Action
          Action to be executed upon successful match of a Rule.
 

Uses of Consequence in org.drools.tags.rule
 

Methods in org.drools.tags.rule that return Consequence
 Consequence ConsequenceTag.getConsequence()
          Retrieve the Consequence.
 

Methods in org.drools.tags.rule with parameters of type Consequence
 void ConsequenceTag.setConsequence(Consequence consequence)
          Set the Consequence.
 



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