Package org.drools.core.phreak
Class PhreakTimerNode
- java.lang.Object
-
- org.drools.core.phreak.PhreakTimerNode
-
public class PhreakTimerNode extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePhreakTimerNode.Schedulerstatic classPhreakTimerNode.TimerActionstatic classPhreakTimerNode.TimerNodeJobstatic classPhreakTimerNode.TimerNodeJobContext
-
Constructor Summary
Constructors Constructor Description PhreakTimerNode()
-
Method Summary
-
-
-
Method Detail
-
doNode
public void doNode(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, SegmentMemory smem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)
-
doLeftInserts
public void doLeftInserts(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, SegmentMemory smem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)
-
doLeftUpdates
public void doLeftUpdates(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, SegmentMemory smem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)
-
doLeftDeletes
public void doLeftDeletes(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)
-
-