Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.reteoo |
Modifier and Type | Field and Description |
---|---|
protected WorkingMemoryEventSupport |
SharedWorkingMemoryContext.workingMemoryEventSupport
The eventSupport
|
protected WorkingMemoryEventSupport |
AbstractWorkingMemory.workingMemoryEventSupport
The eventSupport
|
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEventSupport |
SharedWorkingMemoryContext.getWorkingMemoryEventSupport() |
WorkingMemoryEventSupport |
AbstractWorkingMemory.getWorkingMemoryEventSupport() |
WorkingMemoryEventSupport |
EventSupport.getWorkingMemoryEventSupport() |
Modifier and Type | Method and Description |
---|---|
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,
org.kie.api.runtime.Environment environment,
WorkingMemoryEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
void |
InternalWorkingMemory.setWorkingMemoryEventSupport(WorkingMemoryEventSupport workingMemoryEventSupport) |
void |
AbstractWorkingMemory.setWorkingMemoryEventSupport(WorkingMemoryEventSupport workingMemoryEventSupport) |
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) |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEventSupport |
DisposedReteooWorkingMemory.getWorkingMemoryEventSupport() |
Modifier and Type | Method and Description |
---|---|
void |
DisposedReteooWorkingMemory.setWorkingMemoryEventSupport(WorkingMemoryEventSupport workingMemoryEventSupport) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.