Uses of Interface
org.drools.core.phreak.PropagationEntry
-
Packages that use PropagationEntry Package Description 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. -
-
Uses of PropagationEntry in org.drools.core.common
Subinterfaces of PropagationEntry in org.drools.core.common Modifier and Type Interface Description interfaceWorkingMemoryActionClasses in org.drools.core.common that implement PropagationEntry Modifier and Type Class Description classAgendaGroupQueueImpl.ClearActionstatic classAgendaGroupQueueImpl.DeactivateCallbackclassAgendaGroupQueueImpl.SetFocusActionMethods in org.drools.core.common that return types with arguments of type PropagationEntry Modifier and Type Method Description Iterator<PropagationEntry>InternalAgenda. getActionsIterator()Iterator<? extends PropagationEntry>InternalWorkingMemory. getActionsIterator()Methods in org.drools.core.common with parameters of type PropagationEntry Modifier and Type Method Description voidActivationsManager. addPropagation(PropagationEntry propagationEntry)default voidReteEvaluator. addPropagation(PropagationEntry propagationEntry)voidReteEvaluator. addPropagation(PropagationEntry propagationEntry, boolean register) -
Uses of PropagationEntry in org.drools.core.impl
Classes in org.drools.core.impl that implement PropagationEntry Modifier and Type Class Description classWorkingMemoryReteExpireActionstatic classWorkingMemoryReteExpireAction.PartitionAwareWorkingMemoryReteExpireActionMethods in org.drools.core.impl that return PropagationEntry Modifier and Type Method Description PropagationEntryWorkingMemoryReteExpireAction. getSplitForPartition(int partitionNr)Methods in org.drools.core.impl with parameters of type PropagationEntry Modifier and Type Method Description voidActivationsManagerImpl. addPropagation(PropagationEntry propagationEntry) -
Uses of PropagationEntry in org.drools.core.phreak
Classes in org.drools.core.phreak that implement PropagationEntry Modifier and Type Class Description static classPhreakTimerNode.TimerActionstatic classPropagationEntry.AbstractPartitionedPropagationEntrystatic classPropagationEntry.AbstractPropagationEntrystatic classPropagationEntry.Deletestatic classPropagationEntry.ExecuteQuerystatic classPropagationEntry.Insertstatic classPropagationEntry.PartitionedDeletestatic classPropagationEntry.PartitionedUpdatestatic classPropagationEntry.PropagationEntryWithResult<T>static classPropagationEntry.UpdateFields in org.drools.core.phreak declared as PropagationEntry Modifier and Type Field Description protected PropagationEntrySynchronizedPropagationList. headprotected PropagationEntrySynchronizedPropagationList. tailMethods in org.drools.core.phreak that return PropagationEntry Modifier and Type Method Description PropagationEntryPropagationEntry.AbstractPropagationEntry. getNext()PropagationEntryPropagationEntry. getNext()PropagationEntryPropagationEntry.AbstractPropagationEntry. getSplitForPartition(int partitionNr)PropagationEntryPropagationEntry.Delete. getSplitForPartition(int partitionNr)PropagationEntryPropagationEntry. getSplitForPartition(int partitionNr)PropagationEntryPropagationEntry.Update. getSplitForPartition(int partitionNr)PropagationEntrySynchronizedPropagationList.PropagationEntryIterator. next()PropagationEntryPropagationList. takeAll()PropagationEntrySynchronizedPropagationList. takeAll()PropagationEntryThreadUnsafePropagationList. takeAll()Methods in org.drools.core.phreak that return types with arguments of type PropagationEntry Modifier and Type Method Description Iterator<PropagationEntry>PropagationList. iterator()Iterator<PropagationEntry>SynchronizedPropagationList. iterator()Iterator<PropagationEntry>ThreadUnsafePropagationList. iterator()Methods in org.drools.core.phreak with parameters of type PropagationEntry Modifier and Type Method Description voidPropagationList. addEntry(PropagationEntry propagationEntry)voidSynchronizedBypassPropagationList. addEntry(PropagationEntry propagationEntry)voidSynchronizedPropagationList. addEntry(PropagationEntry entry)voidThreadUnsafePropagationList. addEntry(PropagationEntry propagationEntry)voidPropagationList. flush(PropagationEntry currentHead)voidSynchronizedPropagationList. flush(PropagationEntry currentHead)voidThreadUnsafePropagationList. flush(PropagationEntry currentHead)voidPropagationEntry.AbstractPropagationEntry. setNext(PropagationEntry next)voidPropagationEntry. setNext(PropagationEntry next)Constructors in org.drools.core.phreak with parameters of type PropagationEntry Constructor Description PropagationEntryIterator(PropagationEntry head) -
Uses of PropagationEntry in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement PropagationEntry Modifier and Type Class Description static classAsyncReceiveNode.AsyncReceiveActionstatic classCompositePartitionAwareObjectSinkAdapter.HashedInsertstatic classCompositePartitionAwareObjectSinkAdapter.Insert -
Uses of PropagationEntry in org.drools.core.rule
Classes in org.drools.core.rule that implement PropagationEntry Modifier and Type Class Description static classSlidingTimeWindow.BehaviorExpireWMAction
-