Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.beliefsystem.simple | |
org.drools.core.common | |
org.drools.core.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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<? extends PropagationEntry> |
WrappedStatefulKnowledgeSessionForRHS.getActionsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedStatefulKnowledgeSessionForRHS.addPropagation(PropagationEntry propagationEntry) |
Modifier and Type | Class and Description |
---|---|
class |
BeliefSystemLogicalCallback |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkingMemoryAction |
Modifier and Type | Class and Description |
---|---|
class |
AgendaGroupQueueImpl.ClearAction |
static class |
AgendaGroupQueueImpl.DeactivateCallback |
class |
AgendaGroupQueueImpl.SetFocusAction |
static class |
RuleFlowGroupImpl.DeactivateCallback |
Modifier and Type | Method and Description |
---|---|
Iterator<PropagationEntry> |
CompositeDefaultAgenda.getActionsIterator() |
Iterator<PropagationEntry> |
InternalAgenda.getActionsIterator() |
Iterator<PropagationEntry> |
DefaultAgenda.getActionsIterator() |
Iterator<? extends PropagationEntry> |
InternalWorkingMemory.getActionsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeDefaultAgenda.addPropagation(PropagationEntry propagationEntry) |
void |
InternalAgenda.addPropagation(PropagationEntry propagationEntry) |
void |
DefaultAgenda.addPropagation(PropagationEntry propagationEntry) |
void |
InternalWorkingMemory.addPropagation(PropagationEntry propagationEntry) |
Modifier and Type | Class and Description |
---|---|
static class |
StatefulKnowledgeSessionImpl.PartitionAwareWorkingMemoryReteExpireAction |
static class |
StatefulKnowledgeSessionImpl.WorkingMemoryReteAssertAction |
static class |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction |
Modifier and Type | Method and Description |
---|---|
PropagationEntry |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction.getSplitForPartition(int partitionNr) |
Modifier and Type | Method and Description |
---|---|
Iterator<? extends PropagationEntry> |
StatefulKnowledgeSessionImpl.getActionsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionImpl.addPropagation(PropagationEntry propagationEntry) |
Modifier and Type | Class and Description |
---|---|
static class |
PhreakTimerNode.TimerAction |
static class |
PropagationEntry.AbstractPartitionedPropagationEntry |
static class |
PropagationEntry.AbstractPropagationEntry |
static class |
PropagationEntry.Delete |
static class |
PropagationEntry.Insert |
static class |
PropagationEntry.PartitionedDelete |
static class |
PropagationEntry.PartitionedUpdate |
static class |
PropagationEntry.PropagationEntryWithResult<T> |
static class |
PropagationEntry.Update |
Modifier and Type | Field and Description |
---|---|
protected PropagationEntry |
SynchronizedPropagationList.head |
protected PropagationEntry |
SynchronizedPropagationList.tail |
Modifier and Type | Method and Description |
---|---|
PropagationEntry |
PropagationEntry.getNext() |
PropagationEntry |
PropagationEntry.AbstractPropagationEntry.getNext() |
PropagationEntry |
PropagationEntry.getSplitForPartition(int partitionNr) |
PropagationEntry |
PropagationEntry.AbstractPropagationEntry.getSplitForPartition(int partitionNr) |
PropagationEntry |
PropagationEntry.Update.getSplitForPartition(int partitionNr) |
PropagationEntry |
PropagationEntry.Delete.getSplitForPartition(int partitionNr) |
PropagationEntry |
SynchronizedPropagationList.PropagationEntryIterator.next() |
PropagationEntry |
SynchronizedPropagationList.takeAll() |
PropagationEntry |
PropagationList.takeAll() |
Modifier and Type | Method and Description |
---|---|
Iterator<PropagationEntry> |
SynchronizedPropagationList.iterator() |
Iterator<PropagationEntry> |
PropagationList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedBypassPropagationList.addEntry(PropagationEntry propagationEntry) |
void |
SynchronizedPropagationList.addEntry(PropagationEntry entry) |
void |
PropagationList.addEntry(PropagationEntry propagationEntry) |
void |
SynchronizedPropagationList.flush(PropagationEntry currentHead) |
void |
PropagationList.flush(PropagationEntry currentHead) |
void |
PropagationEntry.setNext(PropagationEntry next) |
void |
PropagationEntry.AbstractPropagationEntry.setNext(PropagationEntry next) |
Constructor and Description |
---|
PropagationEntryIterator(PropagationEntry head) |
Modifier and Type | Class and Description |
---|---|
static class |
AsyncReceiveNode.AsyncReceiveAction |
static class |
CompositePartitionAwareObjectSinkAdapter.HashedInsert |
static class |
CompositePartitionAwareObjectSinkAdapter.Insert |
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
|
Modifier and Type | Class and Description |
---|---|
static class |
SlidingTimeWindow.BehaviorExpireWMAction |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.