KIE API 6.1.0.Beta2

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

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

Uses of Rule in org.kie.api
 

Methods in org.kie.api 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.api.definition
 

Methods in org.kie.api.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.api.event.kiebase
 

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

Uses of Rule in org.kie.api.runtime.conf
 

Methods in org.kie.api.runtime.conf with parameters of type Rule
 boolean TimedRuleExecutionFilter.accept(Rule[] rules)
           
 

Uses of Rule in org.kie.api.runtime.rule
 

Methods in org.kie.api.runtime.rule that return Rule
 Rule ConsequenceException.getRule()
           
 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.
 


KIE API 6.1.0.Beta2

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