|
Drools :: Core 6.0.0.Beta5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowNode.WindowMemory | |
|---|---|
| org.drools.core.marshalling.impl | |
| org.drools.core.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| Uses of WindowNode.WindowMemory in org.drools.core.marshalling.impl |
|---|
| Methods in org.drools.core.marshalling.impl with parameters of type WindowNode.WindowMemory | |
|---|---|
static void |
InputMarshaller.readBehaviors(WindowNode windowNode,
WindowNode.WindowMemory memory,
MarshallerReaderContext inCtx)
|
static void |
InputMarshaller.readSlidingLengthWindowBehaviour(WindowNode windowNode,
WindowNode.WindowMemory memory,
SlidingLengthWindow slw,
SlidingLengthWindow.SlidingLengthWindowContext slwCtx,
MarshallerReaderContext inCtx)
|
static void |
InputMarshaller.readSlidingTimeWindowBehaviour(WindowNode windowNode,
WindowNode.WindowMemory memory,
SlidingTimeWindow stw,
SlidingTimeWindow.SlidingTimeWindowContext stwCtx,
MarshallerReaderContext inCtx)
|
| Uses of WindowNode.WindowMemory in org.drools.core.rule |
|---|
| Fields in org.drools.core.rule declared as WindowNode.WindowMemory | |
|---|---|
WindowNode.WindowMemory |
SlidingTimeWindow.BehaviorJobContext.memory
|
| Methods in org.drools.core.rule with parameters of type WindowNode.WindowMemory | |
|---|---|
boolean |
BehaviorManager.assertFact(WindowNode.WindowMemory memory,
InternalFactHandle factHandle,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
Register a newly asserted right tuple into the behaviors' context |
boolean |
SlidingLengthWindow.assertFact(WindowNode.WindowMemory memory,
Object context,
InternalFactHandle handle,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
|
boolean |
SlidingTimeWindow.assertFact(WindowNode.WindowMemory memory,
Object context,
InternalFactHandle fact,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
|
boolean |
Behavior.assertFact(WindowNode.WindowMemory memory,
Object context,
InternalFactHandle fact,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
Makes the behavior aware of the new fact entering behavior's scope |
void |
SlidingLengthWindow.expireFacts(WindowNode.WindowMemory memory,
Object context,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
|
void |
SlidingTimeWindow.expireFacts(WindowNode.WindowMemory memory,
Object context,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
|
void |
Behavior.expireFacts(WindowNode.WindowMemory memory,
Object context,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
A callback method that allows behaviors to expire facts |
void |
BehaviorManager.retractFact(WindowNode.WindowMemory memory,
InternalFactHandle factHandle,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
Removes a newly asserted fact handle from the behaviors' context |
void |
SlidingLengthWindow.retractFact(WindowNode.WindowMemory memory,
Object context,
InternalFactHandle handle,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
|
void |
SlidingTimeWindow.retractFact(WindowNode.WindowMemory memory,
Object context,
InternalFactHandle fact,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
|
void |
Behavior.retractFact(WindowNode.WindowMemory memory,
Object context,
InternalFactHandle fact,
PropagationContext pctx,
InternalWorkingMemory workingMemory)
Removes a right tuple from the behavior's scope |
| Constructors in org.drools.core.rule with parameters of type WindowNode.WindowMemory | |
|---|---|
SlidingTimeWindow.BehaviorExpireWMAction(int nodeId,
Behavior behavior,
WindowNode.WindowMemory memory,
Object context,
PropagationContext pctx)
|
|
SlidingTimeWindow.BehaviorJobContext(int nodeId,
InternalWorkingMemory workingMemory,
Behavior behavior,
WindowNode.WindowMemory memory,
Object behaviorContext,
PropagationContext pctx)
|
|
|
Drools :: Core 6.0.0.Beta5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||