Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.reteoo | |
org.drools.core.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactHandleFactory |
Modifier and Type | Field and Description |
---|---|
protected FactHandleFactory |
SharedWorkingMemoryContext.handleFactory |
Modifier and Type | Method and Description |
---|---|
FactHandleFactory |
InternalWorkingMemory.getFactHandleFactory() |
FactHandleFactory |
NamedEntryPoint.getHandleFactory() |
FactHandleFactory |
SharedWorkingMemoryContext.getHandleFactory() |
FactHandleFactory |
InternalWorkingMemoryEntryPoint.getHandleFactory() |
abstract FactHandleFactory |
AbstractFactHandleFactory.newInstance() |
Modifier and Type | Method and Description |
---|---|
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
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 |
---|
SharedWorkingMemoryContext(FactHandleFactory handleFactory) |
Modifier and Type | Field and Description |
---|---|
protected FactHandleFactory |
StatefulKnowledgeSessionImpl.handleFactory |
Modifier and Type | Method and Description |
---|---|
FactHandleFactory |
KnowledgeBaseImpl.getFactHandleFactory() |
FactHandleFactory |
StatefulKnowledgeSessionImpl.getFactHandleFactory() |
FactHandleFactory |
StatefulKnowledgeSessionImpl.getHandleFactory() |
FactHandleFactory |
KnowledgeBaseImpl.newFactHandleFactory() |
FactHandleFactory |
InternalKnowledgeBase.newFactHandleFactory() |
FactHandleFactory |
KnowledgeBaseImpl.newFactHandleFactory(int id,
long counter) |
FactHandleFactory |
InternalKnowledgeBase.newFactHandleFactory(int id,
long counter) |
Constructor and Description |
---|
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
boolean initInitFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
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 |
---|---|
static FactHandleFactory |
KieComponentFactory.getDefaultHandleFactoryProvider() |
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–2016 JBoss by Red Hat. All rights reserved.