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 |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.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(int id,
long counter) |
FactHandleFactory |
KnowledgeBaseImpl.newFactHandleFactory(int id,
long counter) |
Constructor and Description |
---|
RuleUnitExecutorSession(long id,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
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(int 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(int id,
long counter) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.