Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.marshalling.impl | |
org.drools.core.phreak | |
org.drools.core.reteoo |
Modifier and Type | Method and Description |
---|---|
InternalAgenda |
WrappedStatefulKnowledgeSessionForRHS.getAgenda() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAgenda
Rule-firing Agenda.
|
Modifier and Type | Method and Description |
---|---|
InternalAgenda |
AgendaFactory.createAgenda(InternalKnowledgeBase kBase) |
InternalAgenda |
DefaultAgendaFactory.createAgenda(InternalKnowledgeBase kBase) |
InternalAgenda |
AgendaFactory.createAgenda(InternalKnowledgeBase kBase,
boolean initMain) |
InternalAgenda |
DefaultAgendaFactory.createAgenda(InternalKnowledgeBase kBase,
boolean initMain) |
InternalAgenda |
InternalWorkingMemory.getAgenda() |
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) |
void |
AgendaItem.removeAllBlockersAndBlocked(InternalAgenda agenda) |
void |
AgendaItemImpl.removeAllBlockersAndBlocked(InternalAgenda agenda) |
void |
ScheduledAgendaItem.removeAllBlockersAndBlocked(InternalAgenda agenda) |
Constructor and Description |
---|
ActivationGroupImpl(InternalAgenda agenda,
String name) |
ScheduledAgendaItem(AgendaItem agendaItem,
InternalAgenda agenda) |
Modifier and Type | Field and Description |
---|---|
protected InternalAgenda |
StatefulKnowledgeSessionImpl.agenda
Rule-firing agenda.
|
Modifier and Type | Method and Description |
---|---|
InternalAgenda |
StatefulKnowledgeSessionImpl.getAgenda() |
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 | Method and Description |
---|---|
static void |
ProtobufInputMarshaller.readAgenda(MarshallerReaderContext context,
ProtobufMessages.RuleData _ruleData,
InternalAgenda agenda) |
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session,
StatefulKnowledgeSessionImpl session,
InternalAgenda agenda,
MarshallerReaderContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
PhreakRuleTerminalNode.doLeftTupleInsert(TerminalNode rtnNode,
RuleExecutor executor,
InternalAgenda agenda,
RuleAgendaItem ruleAgendaItem,
int salienceInt,
Salience salience,
LeftTuple leftTuple,
InternalWorkingMemory wm) |
static void |
PhreakRuleTerminalNode.doLeftTupleUpdate(TerminalNode rtnNode,
RuleExecutor executor,
InternalAgenda agenda,
int salienceInt,
Salience salience,
LeftTuple leftTuple,
InternalWorkingMemory wm) |
Modifier and Type | Method and Description |
---|---|
void |
RuleTerminalNodeLeftTuple.removeAllBlockersAndBlocked(InternalAgenda agenda) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.