Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.beliefsystem | |
org.drools.core.beliefsystem.defeasible | |
org.drools.core.beliefsystem.jtms | |
org.drools.core.beliefsystem.simple | |
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.marshalling.impl | |
org.drools.core.phreak | |
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.spi |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryAction |
DroolsQuery.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
DroolsQuery.setAction(WorkingMemoryAction action) |
Modifier and Type | Method and Description |
---|---|
void |
BeliefSet.setWorkingMemoryAction(WorkingMemoryAction wmAction) |
Modifier and Type | Method and Description |
---|---|
void |
DefeasibleBeliefSet.setWorkingMemoryAction(WorkingMemoryAction wmAction) |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryAction |
JTMSBeliefSetImpl.getWorkingMemoryAction() |
Modifier and Type | Method and Description |
---|---|
void |
JTMSBeliefSetImpl.setWorkingMemoryAction(WorkingMemoryAction wmAction) |
Modifier and Type | Class and Description |
---|---|
class |
BeliefSystemLogicalCallback |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryAction |
SimpleBeliefSet.getWorkingMemoryAction() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeliefSet.setWorkingMemoryAction(WorkingMemoryAction wmAction) |
Modifier and Type | Class and Description |
---|---|
static class |
AgendaGroupQueueImpl.DeactivateCallback |
static class |
RuleFlowGroupImpl.DeactivateCallback |
Modifier and Type | Method and Description |
---|---|
LinkedList<WorkingMemoryAction> |
PhreakPropagationContext.getQueue1() |
LinkedList<WorkingMemoryAction> |
PhreakPropagationContext.getQueue2() |
Modifier and Type | Method and Description |
---|---|
void |
PhreakPropagationContext.addInsertAction(WorkingMemoryAction action) |
void |
NamedEntryPoint.enQueueWorkingMemoryAction(WorkingMemoryAction action) |
void |
InternalWorkingMemory.queueWorkingMemoryAction(WorkingMemoryAction action) |
void |
InternalKnowledgeRuntime.queueWorkingMemoryAction(WorkingMemoryAction action) |
void |
PhreakPropagationContext.removeInsertAction(WorkingMemoryAction action) |
Modifier and Type | Class and Description |
---|---|
static class |
StatefulKnowledgeSessionImpl.WorkingMemoryReteAssertAction |
static class |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionImpl.queueWorkingMemoryAction(WorkingMemoryAction action) |
Modifier and Type | Method and Description |
---|---|
static WorkingMemoryAction |
PersisterHelper.deserializeWorkingMemoryAction(MarshallerReaderContext context,
ProtobufMessages.ActionQueue.Action _action) |
static WorkingMemoryAction |
PersisterHelper.readWorkingMemoryAction(MarshallerReaderContext context) |
Modifier and Type | Class and Description |
---|---|
static class |
PhreakTimerNode.TimerAction |
Modifier and Type | Class and Description |
---|---|
static class |
PropagationQueuingNode.PropagateAction
This is the action that is added to the working memory actions queue, so that
this node propagation can be triggered at a safe point
|
static class |
QueryRiaFixerNode.QueryRiaFixerNodeFixer |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryAction |
AccumulateNode.AccumulateContext.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
AccumulateNode.AccumulateContext.setAction(WorkingMemoryAction action) |
Modifier and Type | Class and Description |
---|---|
static class |
SlidingTimeWindow.BehaviorExpireWMAction |
Modifier and Type | Method and Description |
---|---|
LinkedList<WorkingMemoryAction> |
PropagationContext.getQueue1() |
LinkedList<WorkingMemoryAction> |
PropagationContext.getQueue2() |
Modifier and Type | Method and Description |
---|---|
void |
PropagationContext.addInsertAction(WorkingMemoryAction action) |
void |
PropagationContext.removeInsertAction(WorkingMemoryAction action) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.