Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.audit |
This is a utility for providing audit trails/explanations of rule actions.
|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.event |
Events provide all sorts of call backs to monitor the engine as it is running.
|
org.drools.core.impl | |
org.drools.core.reteoo | |
org.drools.core.spi |
Modifier and Type | Method and Description |
---|---|
List<RuleBaseEventListener> |
RuleBaseEventManager.getRuleBaseEventListeners()
Returns all event listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleBaseEventManager.addEventListener(RuleBaseEventListener listener)
Add an event listener.
|
void |
RuleBaseEventManager.removeEventListener(RuleBaseEventListener listener)
Remove an event listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadedWorkingMemoryFileLogger |
class |
WorkingMemoryConsoleLogger |
class |
WorkingMemoryFileLogger
A logger of events generated by a working memory.
|
class |
WorkingMemoryInMemoryLogger
A logger of events generated by a working memory.
|
class |
WorkingMemoryLogger
A logger of events generated by a working memory.
|
Modifier and Type | Class and Description |
---|---|
class |
FireAllRulesRuleBaseUpdateListener |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkingMemory.addEventListener(RuleBaseEventListener listener) |
void |
AbstractWorkingMemory.removeEventListener(RuleBaseEventListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRuleBaseEventListener |
Modifier and Type | Class and Description |
---|---|
static class |
KnowledgeBaseImpl.KnowledgeBaseEventListenerWrapper |
Modifier and Type | Method and Description |
---|---|
List<RuleBaseEventListener> |
ReteooRuleBase.getRuleBaseEventListeners() |
List<RuleBaseEventListener> |
DisposedReteooWorkingMemory.getRuleBaseEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ReteooStatelessSession.addEventListener(RuleBaseEventListener listener) |
void |
ReteooRuleBase.addEventListener(RuleBaseEventListener listener) |
void |
DisposedReteooWorkingMemory.addEventListener(RuleBaseEventListener listener) |
void |
ReteooStatelessSession.removeEventListener(RuleBaseEventListener listener) |
void |
ReteooRuleBase.removeEventListener(RuleBaseEventListener listener) |
void |
DisposedReteooWorkingMemory.removeEventListener(RuleBaseEventListener listener) |
Modifier and Type | Interface and Description |
---|---|
interface |
RuleBaseUpdateListener |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.