Package | Description |
---|---|
org.drools.core.common | |
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 |
protected FactHandleFactory |
AbstractWorkingMemory.handleFactory |
Modifier and Type | Method and Description |
---|---|
FactHandleFactory |
AbstractWorkingMemory.getFactHandleFactory() |
FactHandleFactory |
InternalWorkingMemory.getFactHandleFactory() |
FactHandleFactory |
SharedWorkingMemoryContext.getHandleFactory() |
FactHandleFactory |
InternalRuleBase.newFactHandleFactory() |
FactHandleFactory |
InternalRuleBase.newFactHandleFactory(int id,
long counter) |
abstract FactHandleFactory |
AbstractFactHandleFactory.newInstance() |
Modifier and Type | Method and Description |
---|---|
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
WorkingMemoryEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
WorkingMemoryEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
Constructor and Description |
---|
AbstractWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory,
boolean initInitFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
WorkingMemoryEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
AbstractWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
SharedTemporalWorkingMemoryContext(FactHandleFactory handleFactory,
T sessionClock) |
SharedWorkingMemoryContext(FactHandleFactory handleFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ReteooFactHandleFactory |
Modifier and Type | Method and Description |
---|---|
static FactHandleFactory |
KieComponentFactory.getDefaultHandleFactoryProvider() |
FactHandleFactory |
ReteooRuleBase.getFactHandleFactory() |
FactHandleFactory |
DisposedReteooWorkingMemory.getFactHandleFactory() |
FactHandleFactory |
KieComponentFactory.getFactHandleFactoryService() |
FactHandleFactory |
ReteooRuleBase.newFactHandleFactory() |
FactHandleFactory |
ReteooRuleBase.newFactHandleFactory(int id,
long counter) |
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-2014 JBoss by Red Hat. All Rights Reserved.