Package | Description |
---|---|
org.drools.core.audit |
This is a utility for providing audit trails/explanations of rule actions.
|
org.drools.core.audit.event |
Modifier and Type | Method and Description |
---|---|
void |
WorkingMemoryLogger.addFilter(ILogEventFilter filter)
Adds the given filter to the list of filters for this event log.
|
void |
WorkingMemoryLogger.removeFilter(ILogEventFilter filter)
Removes the given filter from the list of filters for this event log.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationLogEventFilter
An event filter that can be used to filter assertion events.
|
class |
WorkingMemoryLogEventFilter
An event filter that can be used to filter working memory events.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.