| 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.base | |
| org.drools.core.common | |
| org.drools.core.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkingMemory
A knowledge session for a
RuleBase. |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedStatefulKnowledgeSessionForRHS
Wrapper of StatefulKnowledgeSessionImpl so to intercept call from RHS internal Drools execution and proxy or delegate method call as appropriate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalWorkingMemory |
interface |
InternalWorkingMemoryActions |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulKnowledgeSessionImpl |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.