KIE API 6.0.0.Alpha9

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

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

Uses of Rule in org.kie
 

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

Uses of Rule in org.kie.definition
 

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

Uses of Rule in org.kie.event.kiebase
 

Methods in org.kie.event.kiebase that return Rule
 Rule AfterRuleRemovedEvent.getRule()
           
 Rule AfterRuleAddedEvent.getRule()
           
 Rule BeforeRuleRemovedEvent.getRule()
           
 Rule BeforeRuleAddedEvent.getRule()
           
 Rule AfterKieBaseLockedEvent.getRule()
           
 

Uses of Rule in org.kie.runtime.rule
 

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


KIE API 6.0.0.Alpha9

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