Package | Description |
---|---|
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.impl.adapters | |
org.drools.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Method and Description |
---|---|
Rule |
KnowledgeBase.getRule(String packageName,
String ruleName)
Returns a reference to the Rule identified by the given package and rule names.
|
Modifier and Type | Method and Description |
---|---|
Collection<Rule> |
KnowledgePackage.getRules()
Return the rule definitions for this package.
|
Modifier and Type | Method and Description |
---|---|
Rule |
BeforeRuleAddedEvent.getRule() |
Rule |
AfterRuleRemovedEvent.getRule() |
Rule |
AfterRuleAddedEvent.getRule() |
Rule |
AfterKnowledgeBaseLockedEvent.getRule() |
Rule |
BeforeRuleRemovedEvent.getRule() |
Modifier and Type | Class and Description |
---|---|
class |
RuleAdapter |
Modifier and Type | Method and Description |
---|---|
Rule |
ActivationAdapter.getRule() |
Rule |
KnowledgeBaseAdapter.getRule(String packageName,
String ruleName) |
Modifier and Type | Method and Description |
---|---|
static List<Rule> |
RuleAdapter.adaptRules(Collection<org.kie.api.definition.rule.Rule> rules) |
Collection<Rule> |
KnowledgePackageAdapter.getRules() |
Modifier and Type | Method and Description |
---|---|
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.
|
Rule |
Activation.getRule() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.