Uses of Class
org.drools.rule.Rule

Packages that use Rule
org.drools The main run-time API. 
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.tags.knowledge Tag library for working with knowledge. 
org.drools.tags.rule Tag library for assembling rules. 
 

Uses of Rule in org.drools
 

Methods in org.drools that return Rule
 Rule RuleIntegrationException.getRule()
          Retrieve the Rule.
 

Methods in org.drools with parameters of type Rule
 void RuleBase.addRule(Rule rule)
          Add a Rule to this RuleBase.
 

Constructors in org.drools with parameters of type Rule
RuleIntegrationException(Rule rule)
          Construct.
 

Uses of Rule in org.drools.reteoo
 

Methods in org.drools.reteoo that return Rule
 Rule TerminalNode.getRule()
          Retrieve the Action associated with this node.
 

Methods in org.drools.reteoo with parameters of type Rule
 void Builder.addRule(Rule rule)
          Add a Rule to the network.
protected  java.util.Set Builder.createParameterNodes(Rule rule)
          Create the ParameterNodes for the Rule, and link into the network.
 

Uses of Rule in org.drools.reteoo.impl
 

Methods in org.drools.reteoo.impl that return Rule
 Rule TerminalNodeImpl.getRule()
          Retrieve the Action associated with this node.
 

Constructors in org.drools.reteoo.impl with parameters of type Rule
TerminalNodeImpl(TupleSource inputSource, Rule rule, int priority)
          Construct.
 

Uses of Rule in org.drools.rule
 

Methods in org.drools.rule that return Rule
 Rule DuplicateRuleNameException.getOriginalRule()
          Retrieve the original Rule in the RuleSet.
 Rule DuplicateRuleNameException.getConflictingRule()
          Retrieve the new conflicting Rule.
 Rule InvalidRuleException.getRule()
          Retrieve the invalid Rule.
 Rule RuleSet.getRule(java.lang.String name)
          Retrieve a Rule by name.
 

Methods in org.drools.rule with parameters of type Rule
 void RuleSet.addRule(Rule rule)
          Add a Rule to this RuleSet.
 

Constructors in org.drools.rule with parameters of type Rule
NoParameterDeclarationException(Rule rule)
          Construct.
NoConditionException(Rule rule)
          Construct.
DuplicateRuleNameException(RuleSet ruleSet, Rule originalRule, Rule conflictingRule)
          Construct.
DuplicateRuleNameException(RuleSet ruleSet, Rule originalRule, Rule conflictingRule)
          Construct.
InvalidRuleException(Rule rule)
          Construct.
 

Uses of Rule in org.drools.tags.knowledge
 

Methods in org.drools.tags.knowledge with parameters of type Rule
 void RuleBaseTag.addRule(Rule rule)
          Add a Rule to the RuleBase.
 

Uses of Rule in org.drools.tags.rule
 

Methods in org.drools.tags.rule that return Rule
 Rule RuleTag.getRule()
          Retrieve the Rule.
protected  Rule RuleTagSupport.getRule()
          Retrieve the current Rule.
 



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