Uses of Interface
org.drools.definition.rule.Rule

Packages that use Rule
org.drools The KnowledgeBase and its factory. 
org.drools.definition All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. 
org.drools.event.knowledgebase Events emitted while updating the definitions in the KnowledgeBase. 
org.drools.runtime.rule The rule runtime classes. 
 

Uses of Rule in org.drools
 

Methods in org.drools that return Rule
 Rule KnowledgeBase.getRule(String packageName, String ruleName)
          Returns a reference to the Rule identified by the given package and rule names.
 

Uses of Rule in org.drools.definition
 

Methods in org.drools.definition that return types with arguments of type Rule
 Collection<Rule> KnowledgePackage.getRules()
          Return the rule definitions for this package.
 

Uses of Rule in org.drools.event.knowledgebase
 

Methods in org.drools.event.knowledgebase that return Rule
 Rule BeforeRuleRemovedEvent.getRule()
           
 Rule BeforeRuleAddedEvent.getRule()
           
 Rule AfterRuleRemovedEvent.getRule()
           
 Rule AfterRuleAddedEvent.getRule()
           
 Rule AfterKnowledgeBaseLockedEvent.getRule()
           
 

Uses of Rule in org.drools.runtime.rule
 

Methods in org.drools.runtime.rule that return Rule
 Rule RuleContext.getRule()
          Returns the active Rule for the current context
 Rule PropagationContext.getRule()
          The rule that caused the working memory action that created this PropagationContext.
 Rule ConsequenceException.getRule()
           
 Rule Activation.getRule()
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.