Package | Description |
---|---|
org.drools.core.common | |
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 | Method and Description |
---|---|
EventFactHandle |
EventFactHandle.clone() |
EventFactHandle |
EventFactHandle.cloneAndLink() |
EventFactHandle |
EventFactHandle.quickClone() |
Modifier and Type | Method and Description |
---|---|
int |
EventFactHandle.compareTo(EventFactHandle e) |
Modifier and Type | Field and Description |
---|---|
protected EventFactHandle |
WindowTupleList.handle |
Modifier and Type | Method and Description |
---|---|
EventFactHandle |
WindowTupleList.getHandle() |
Constructor and Description |
---|
WindowTupleList(EventFactHandle handle,
WindowNode node) |
Modifier and Type | Field and Description |
---|---|
EventFactHandle |
SlidingTimeWindow.SlidingTimeWindowContext.expiringHandle |
EventFactHandle[] |
SlidingLengthWindow.SlidingLengthWindowContext.handles |
Modifier and Type | Field and Description |
---|---|
PriorityQueue<EventFactHandle> |
SlidingTimeWindow.SlidingTimeWindowContext.queue |
Modifier and Type | Method and Description |
---|---|
EventFactHandle |
SlidingTimeWindow.SlidingTimeWindowContext.getExpiringHandle() |
Modifier and Type | Method and Description |
---|---|
PriorityQueue<EventFactHandle> |
SlidingTimeWindow.SlidingTimeWindowContext.getQueue() |
Modifier and Type | Method and Description |
---|---|
void |
SlidingTimeWindow.SlidingTimeWindowContext.setExpiringTuple(EventFactHandle expiringHandle) |
Modifier and Type | Method and Description |
---|---|
void |
SlidingTimeWindow.SlidingTimeWindowContext.setQueue(PriorityQueue<EventFactHandle> queue) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.