See: Description
| Interface | Description |
|---|---|
| ActivationListenerFactory | |
| InitialFact |
Initial fact, automatically put into the network.
|
| ObjectFilter |
ObjectFilter is used with WorkingMemories to filter out instances during Iteration
|
| Visitor | |
| WorkingMemory |
A knowledge session for a
RuleBase. |
| WorkingMemoryEntryPoint |
An interface for instances that allow handling of entry-point-scoped
facts
|
| WorkingMemoryEventManager |
The EventManager class is implemented by classes wishing to add,remove and get the various Drools EventListeners.
|
| Class | Description |
|---|---|
| ClassObjectFilter |
Filters Objects by Class, only accepting Classes of the specified type
|
| ClassObjectSerializationFilter | |
| QueryActivationListenerFactory | |
| QueryResultsImpl |
Returned QueryResults instance for a requested named query. from here you can iterate the returned data, or
get a specific row.
|
| QueryResultsRowImpl | |
| RuleActivationListenerFactory | |
| RuleBaseConfiguration |
Available configuration options:
drools.maintainTms = <true|false>
drools.sequential = <true|false>
drools.sequential.agenda = <sequential|dynamic>
drools.removeIdentities = <true|false>
drools.shareAlphaNodes = <true|false>
drools.shareBetaNodes = <true|false>
drools.alphaNodeHashingThreshold = <1...n>
drools.sessionPool = <1...n>
drools.compositeKeyDepth = <1..3>
drools.indexLeftBetaMemory = <true/false>
drools.indexRightBetaMemory = <true/false>
drools.equalityBehavior = <identity|equality>
drools.conflictResolver = <qualified class name>
drools.consequenceExceptionHandler = <qualified class name>
drools.ruleBaseUpdateHandler = <qualified class name>
drools.sessionClock = <qualified class name>
drools.mbeans = <enabled|disabled>
drools.classLoaderCacheEnabled = <true|false>
drools.phreakEnabled = <true|false>
drools.declarativeAgendaEnabled = <true|false>
drools.permgenThreshold = <1...n>
drools.jittingThreshold = <1...n>
|
| RuleBaseConfiguration.AssertBehaviour | |
| RuleBaseConfiguration.LogicalOverride | |
| RuleBaseConfiguration.SequentialAgenda | |
| SessionConfiguration | |
| SessionConfigurationImpl |
SessionConfiguration
A class to store Session related configuration.
|
| TimerJobFactoryType |
| Enum | Description |
|---|---|
| BeliefSystemType |
This enum represents all engine supported clocks
|
| ClockType |
This enum represents all engine supported clocks
|
| Exception | Description |
|---|---|
| WorkItemHandlerNotFoundException |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.