| 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 | Method and Description |
|---|---|
ObjectStore |
WorkingMemoryEntryPoint.getObjectStore() |
| Modifier and Type | Method and Description |
|---|---|
ObjectStore |
WrappedStatefulKnowledgeSessionForRHS.getObjectStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAwareObjectStore |
class |
IdentityObjectStore |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectStore |
NamedEntryPoint.objectStore |
| Modifier and Type | Method and Description |
|---|---|
ObjectStore |
NamedEntryPoint.getObjectStore() |
ObjectStore |
InternalWorkingMemory.getObjectStore() |
ObjectStore |
DisconnectedWorkingMemoryEntryPoint.getObjectStore() |
| Modifier and Type | Field and Description |
|---|---|
ObjectStore |
StatefulKnowledgeSessionImpl.ObjectStoreWrapper.store |
| Modifier and Type | Method and Description |
|---|---|
ObjectStore |
StatefulKnowledgeSessionImpl.getObjectStore() |
| Constructor and Description |
|---|
ObjectStoreWrapper(ObjectStore store,
org.kie.api.runtime.ObjectFilter filter,
int type) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.