Package org.drools.core.rule
Class SlidingTimeWindow.BehaviorExpireWMAction
- java.lang.Object
-
- org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
-
- org.drools.core.rule.SlidingTimeWindow.BehaviorExpireWMAction
-
- All Implemented Interfaces:
WorkingMemoryAction,PropagationEntry
- Enclosing class:
- SlidingTimeWindow
public static class SlidingTimeWindow.BehaviorExpireWMAction 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>, PropagationEntry.Update
-
-
Field Summary
Fields Modifier and Type Field Description protected Behaviorbehaviorprotected Behavior.Contextcontextprotected intnodeId-
Fields inherited from interface org.drools.core.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBehaviorExpireWMAction()BehaviorExpireWMAction(int nodeId, Behavior behavior, Behavior.Context context)BehaviorExpireWMAction(MarshallerReaderContext inCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ReteEvaluator reteEvaluator)-
Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, getSplitForPartition, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.phreak.PropagationEntry
defersExpiration, getNext, getSplitForPartition, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNext
-
-
-
-
Field Detail
-
behavior
protected Behavior behavior
-
context
protected Behavior.Context context
-
nodeId
protected int nodeId
-
-
Constructor Detail
-
BehaviorExpireWMAction
protected BehaviorExpireWMAction()
-
BehaviorExpireWMAction
public BehaviorExpireWMAction(int nodeId, Behavior behavior, Behavior.Context context)
-
BehaviorExpireWMAction
public BehaviorExpireWMAction(MarshallerReaderContext inCtx) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
execute
public void execute(ReteEvaluator reteEvaluator)
- Specified by:
executein interfacePropagationEntry
-
-