Package | Description |
---|---|
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Field and Description |
---|---|
Behavior.Context[] |
WindowNode.WindowMemory.behaviorContext |
Modifier and Type | Class and Description |
---|---|
static class |
SlidingLengthWindow.SlidingLengthWindowContext
A Context object for length windows
|
static class |
SlidingTimeWindow.SlidingTimeWindowContext |
Modifier and Type | Field and Description |
---|---|
Behavior.Context |
SlidingTimeWindow.BehaviorJobContext.behaviorContext |
Modifier and Type | Method and Description |
---|---|
Behavior.Context[] |
BehaviorManager.createBehaviorContext()
Creates the behaviors' context
|
Behavior.Context |
SlidingTimeWindow.createContext() |
Behavior.Context |
Behavior.createContext()
Creates the context object associated with this behavior.
|
Behavior.Context |
SlidingLengthWindow.createContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
SlidingTimeWindow.updateNextExpiration(InternalFactHandle fact,
InternalWorkingMemory workingMemory,
Behavior.Context context,
int nodeId) |
Constructor and Description |
---|
SlidingTimeWindow.BehaviorExpireWMAction(int nodeId,
Behavior behavior,
Behavior.Context context) |
SlidingTimeWindow.BehaviorJobContext(int nodeId,
InternalWorkingMemory workingMemory,
Behavior behavior,
Behavior.Context behaviorContext) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.