| 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.reteoo | |
| org.drools.core.spi |
| Modifier and Type | Method and Description |
|---|---|
FactHandleFactory |
WorkingMemoryEntryPoint.getHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
FactHandleFactory |
WrappedStatefulKnowledgeSessionForRHS.getFactHandleFactory() |
FactHandleFactory |
WrappedStatefulKnowledgeSessionForRHS.getHandleFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFactHandleFactory |
| Modifier and Type | Field and Description |
|---|---|
protected FactHandleFactory |
NamedEntryPoint.handleFactory |
protected FactHandleFactory |
SharedWorkingMemoryContext.handleFactory |
| Modifier and Type | Method and Description |
|---|---|
FactHandleFactory |
InternalWorkingMemory.getFactHandleFactory() |
FactHandleFactory |
DisconnectedWorkingMemoryEntryPoint.getHandleFactory() |
FactHandleFactory |
NamedEntryPoint.getHandleFactory() |
FactHandleFactory |
SharedWorkingMemoryContext.getHandleFactory() |
abstract FactHandleFactory |
AbstractFactHandleFactory.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
| Constructor and Description |
|---|
NamedEntryPoint(EntryPointId entryPoint,
StatefulKnowledgeSessionImpl wm,
FactHandleFactory handleFactory,
ReentrantLock lock,
ObjectStore objectStore) |
SharedWorkingMemoryContext(FactHandleFactory handleFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected FactHandleFactory |
StatefulKnowledgeSessionImpl.handleFactory |
| Modifier and Type | Method and Description |
|---|---|
FactHandleFactory |
StatefulKnowledgeSessionImpl.getFactHandleFactory() |
FactHandleFactory |
StatefulKnowledgeSessionImpl.getHandleFactory() |
FactHandleFactory |
InternalKnowledgeBase.newFactHandleFactory() |
FactHandleFactory |
KnowledgeBaseImpl.newFactHandleFactory() |
FactHandleFactory |
InternalKnowledgeBase.newFactHandleFactory(long id,
long counter) |
FactHandleFactory |
KnowledgeBaseImpl.newFactHandleFactory(long id,
long counter) |
| Modifier and Type | Method and Description |
|---|---|
StatefulKnowledgeSessionImpl |
InternalKnowledgeBase.createSession(long id,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.createSession(long id,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
void |
StatefulKnowledgeSessionImpl.setHandleFactory(FactHandleFactory handleFactory) |
| Constructor and Description |
|---|
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReteooFactHandleFactory |
| Modifier and Type | Method and Description |
|---|---|
FactHandleFactory |
KieComponentFactory.getFactHandleFactoryService() |
FactHandleFactory |
ReteooFactHandleFactory.newInstance() |
FactHandleFactory |
ReteooFactHandleFactory.newInstance(long id,
long counter) |
| Modifier and Type | Method and Description |
|---|---|
void |
KieComponentFactory.setHandleFactoryProvider(FactHandleFactory provider) |
| Modifier and Type | Method and Description |
|---|---|
FactHandleFactory |
FactHandleFactory.newInstance() |
FactHandleFactory |
FactHandleFactory.newInstance(long id,
long counter) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.