|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.rule |
---|
Methods in org.kie.api.runtime.rule that return Rule | |
---|---|
Rule |
Match.getRule()
|
Rule |
RuleContext.getRule()
Returns the active Rule for the current context |
Rule |
ConsequenceException.getRule()
|
Rule |
PropagationContext.getRule()
The rule that caused the working memory action that created this PropagationContext. |
|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |