Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.impl | |
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.getLinkedFactHandle() |
Modifier and Type | Method and Description |
---|---|
int |
EventFactHandle.compareTo(EventFactHandle e) |
Modifier and Type | Method and Description |
---|---|
EventFactHandle |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction.getFactHandle() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction.setFactHandle(EventFactHandle factHandle) |
Constructor and Description |
---|
WorkingMemoryReteExpireAction(EventFactHandle factHandle) |
WorkingMemoryReteExpireAction(EventFactHandle factHandle,
ObjectTypeNode node) |
Modifier and Type | Field and Description |
---|---|
protected EventFactHandle |
WindowTupleList.handle |
Modifier and Type | Method and Description |
---|---|
EventFactHandle |
WindowTupleList.getHandle() |
Modifier and Type | Method and Description |
---|---|
Collection<EventFactHandle> |
WindowNode.WindowMemory.getFactHandles() |
Constructor and Description |
---|
WindowTupleList(EventFactHandle handle,
WindowNode node) |
Modifier and Type | Field and Description |
---|---|
EventFactHandle[] |
SlidingLengthWindow.SlidingLengthWindowContext.handles |
Modifier and Type | Method and Description |
---|---|
EventFactHandle |
SlidingTimeWindow.SlidingTimeWindowContext.getExpiringHandle() |
EventFactHandle |
SlidingTimeWindow.SlidingTimeWindowContext.peek() |
EventFactHandle |
SlidingTimeWindow.SlidingTimeWindowContext.poll() |
EventFactHandle |
SlidingTimeWindow.SlidingTimeWindowContext.remove() |
Modifier and Type | Method and Description |
---|---|
Collection<EventFactHandle> |
SlidingTimeWindow.SlidingTimeWindowContext.getFactHandles() |
Collection<EventFactHandle> |
SlidingLengthWindow.SlidingLengthWindowContext.getFactHandles() |
Collection<EventFactHandle> |
Behavior.Context.getFactHandles() |
Modifier and Type | Method and Description |
---|---|
void |
SlidingTimeWindow.SlidingTimeWindowContext.add(EventFactHandle handle) |
protected boolean |
SlidingTimeWindow.isExpired(long currentTime,
EventFactHandle handle) |
void |
SlidingTimeWindow.SlidingTimeWindowContext.remove(EventFactHandle handle) |
void |
SlidingTimeWindow.SlidingTimeWindowContext.setExpiringHandle(EventFactHandle expiringHandle) |
void |
SlidingTimeWindow.SlidingTimeWindowContext.setExpiringTuple(EventFactHandle expiringHandle) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.