Uses of Package
org.drools.rule

Packages that use org.drools.rule
org.drools The main run-time API. 
org.drools.io Semantic-module and rule-sets readers and writers. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.java Java Semantic Module. 
org.drools.smf Semantics Management Framework. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
org.drools.tags.knowledge Tag library for working with knowledge. 
org.drools.tags.rule Tag library for assembling rules. 
 

Classes in org.drools.rule used by org.drools
Rule
          A set of Conditions and a Consequence.
RuleSet
          Collection of related Rules.
 

Classes in org.drools.rule used by org.drools.io
RuleSet
          Collection of related Rules.
 

Classes in org.drools.rule used by org.drools.reteoo
Declaration
          A typed, named variable for Condition evaluation.
Extraction
          A Condition representing a consistent assignment as defined by the Rete-OO algorithm.
Rule
          A set of Conditions and a Consequence.
 

Classes in org.drools.rule used by org.drools.reteoo.impl
Declaration
          A typed, named variable for Condition evaluation.
Rule
          A set of Conditions and a Consequence.
 

Classes in org.drools.rule used by org.drools.rule
Declaration
          A typed, named variable for Condition evaluation.
DuplicateRuleNameException
          Indicates an attempt to add a Rule to a RuleSet that already contains a Rule with the same name.
Extraction
          A Condition representing a consistent assignment as defined by the Rete-OO algorithm.
InvalidRuleException
          Indicates an error regarding the semantic validity of a rule.
Rule
          A set of Conditions and a Consequence.
RuleConstructionException
          Base exception for errors during Rule construction.
RuleSet
          Collection of related Rules.
 

Classes in org.drools.rule used by org.drools.semantics.java
Declaration
          A typed, named variable for Condition evaluation.
 

Classes in org.drools.rule used by org.drools.smf
Declaration
          A typed, named variable for Condition evaluation.
 

Classes in org.drools.rule used by org.drools.spi
Declaration
          A typed, named variable for Condition evaluation.
 

Classes in org.drools.rule used by org.drools.tags.knowledge
Rule
          A set of Conditions and a Consequence.
RuleSet
          Collection of related Rules.
 

Classes in org.drools.rule used by org.drools.tags.rule
Declaration
          A typed, named variable for Condition evaluation.
Rule
          A set of Conditions and a Consequence.
RuleSet
          Collection of related Rules.
 



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