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 | |
org.drools.core.marshalling.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 |
Modifier and Type | Field and Description |
---|---|
protected ObjectStore |
NamedEntryPoint.objectStore |
Modifier and Type | Method and Description |
---|---|
ObjectStore |
NamedEntryPoint.getObjectStore() |
ObjectStore |
DisconnectedWorkingMemoryEntryPoint.getObjectStore() |
ObjectStore |
InternalWorkingMemory.getObjectStore() |
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
StatefulKnowledgeSessionImpl wm,
FactHandleFactory handleFactory,
ReentrantLock lock,
ObjectStore objectStore) |
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) |
Modifier and Type | Method and Description |
---|---|
static InternalFactHandle[] |
ProtobufOutputMarshaller.orderFacts(ObjectStore objectStore) |
static void |
ProtobufInputMarshaller.readFactHandles(MarshallerReaderContext context,
ProtobufMessages.EntryPoint _ep,
ObjectStore objectStore,
List<PropagationContext> pctxs) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.