Uses of Interface
org.drools.core.phreak.PropagationEntry
Packages that use PropagationEntry
Package
Description
-
Uses of PropagationEntry in org.drools.core.common
Subinterfaces of PropagationEntry in org.drools.core.commonClasses in org.drools.core.common that implement PropagationEntryModifier and TypeClassDescriptionclassstatic classclassMethods in org.drools.core.common that return types with arguments of type PropagationEntryModifier and TypeMethodDescriptionInternalAgenda.getActionsIterator()Iterator<? extends PropagationEntry>InternalWorkingMemory.getActionsIterator()default Consumer<PropagationEntry>ReteEvaluator.getWorkingMemoryActionListener()Methods in org.drools.core.common with parameters of type PropagationEntryModifier and TypeMethodDescriptionvoidActivationsManager.addPropagation(PropagationEntry propagationEntry) voidReteEvaluator.addPropagation(PropagationEntry propagationEntry) default voidReteEvaluator.onWorkingMemoryAction(PropagationEntry entry) Method parameters in org.drools.core.common with type arguments of type PropagationEntryModifier and TypeMethodDescriptiondefault voidReteEvaluator.setWorkingMemoryActionListener(Consumer<PropagationEntry> listener) -
Uses of PropagationEntry in org.drools.core.impl
Classes in org.drools.core.impl that implement PropagationEntryModifier and TypeClassDescriptionclassstatic classMethods in org.drools.core.impl that return PropagationEntryModifier and TypeMethodDescriptionWorkingMemoryReteExpireAction.getSplitForPartition(int partitionNr) Methods in org.drools.core.impl with parameters of type PropagationEntryModifier and TypeMethodDescriptionvoidActivationsManagerImpl.addPropagation(PropagationEntry propagationEntry) -
Uses of PropagationEntry in org.drools.core.phreak
Classes in org.drools.core.phreak that implement PropagationEntryModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in org.drools.core.phreak declared as PropagationEntryModifier and TypeFieldDescriptionprotected PropagationEntrySynchronizedPropagationList.headprotected PropagationEntryPropagationEntry.AbstractPropagationEntry.nextprotected PropagationEntrySynchronizedPropagationList.tailMethods in org.drools.core.phreak that return PropagationEntryModifier and TypeMethodDescriptionPropagationEntry.AbstractPropagationEntry.getNext()PropagationEntry.getNext()PropagationEntry.AbstractPropagationEntry.getSplitForPartition(int partitionNr) PropagationEntry.Delete.getSplitForPartition(int partitionNr) PropagationEntry.getSplitForPartition(int partitionNr) PropagationEntry.Update.getSplitForPartition(int partitionNr) SynchronizedPropagationList.PropagationEntryIterator.next()PropagationList.takeAll()SynchronizedPropagationList.takeAll()ThreadUnsafePropagationList.takeAll()Methods in org.drools.core.phreak that return types with arguments of type PropagationEntryModifier and TypeMethodDescriptionPropagationList.iterator()SynchronizedPropagationList.iterator()ThreadUnsafePropagationList.iterator()Methods in org.drools.core.phreak with parameters of type PropagationEntryModifier and TypeMethodDescriptionvoidPropagationList.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 -
Uses of PropagationEntry in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement PropagationEntryModifier and TypeClassDescriptionstatic classstatic classstatic class -
Uses of PropagationEntry in org.drools.core.rule
Classes in org.drools.core.rule that implement PropagationEntry