Class WorkingMemoryReteAssertAction
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
org.drools.serialization.protobuf.WorkingMemoryReteAssertAction
- All Implemented Interfaces:
WorkingMemoryAction,PropagationEntry
- Direct Known Subclasses:
ProtobufWorkingMemoryReteAssertAction
public class WorkingMemoryReteAssertAction
extends PropagationEntry.AbstractPropagationEntry
implements WorkingMemoryAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.core.phreak.PropagationEntry
PropagationEntry.AbstractPartitionedPropagationEntry, PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.ExecuteQuery, PropagationEntry.Insert, PropagationEntry.PartitionedDelete, PropagationEntry.PartitionedUpdate, PropagationEntry.PropagationEntryWithResult<T extends Object>, PropagationEntry.Update -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InternalFactHandleprotected booleanprotected org.drools.base.definitions.rule.impl.RuleImplprotected Tupleprotected booleanFields inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
nextFields inherited from interface org.drools.core.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, getSplitForPartition, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.phreak.PropagationEntry
defersExpiration, execute, getNext, getSplitForPartition, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNext
-
Field Details
-
factHandle
-
removeLogical
protected boolean removeLogical -
updateEqualsMap
protected boolean updateEqualsMap -
ruleOrigin
protected org.drools.base.definitions.rule.impl.RuleImpl ruleOrigin -
tuple
-
-
Constructor Details
-
WorkingMemoryReteAssertAction
protected WorkingMemoryReteAssertAction() -
WorkingMemoryReteAssertAction
- Throws:
IOException
-
-
Method Details
-
internalExecute
- Specified by:
internalExecutein interfacePropagationEntry
-