| Package | Description |
|---|---|
| org.drools.core.base | |
| org.drools.core.phreak | |
| 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.
|
| org.drools.core.spi | |
| org.drools.core.util | |
| org.drools.core.util.index |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
DroolsQuery.getResultInsertRightTupleList() |
TupleList |
DroolsQuery.getResultRetractRightTupleList() |
TupleList |
DroolsQuery.getResultUpdateRightTupleList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DroolsQuery.setResultInsertRightTupleList(TupleList evaluateActionsRightTupleList) |
void |
DroolsQuery.setResultRetractRightTupleList(TupleList retractRightTupleList) |
void |
DroolsQuery.setResultUpdateRightTupleList(TupleList insertUpdateRightTupleList) |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
RuleExecutor.getLeftTupleList() |
| Modifier and Type | Field and Description |
|---|---|
protected TupleList |
BaseLeftTuple.memory |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
TimerNode.TimerNodeMemory.getDeleteLeftTuples() |
TupleList<AccumulateNode.AccumulateContextEntry> |
AccumulateNode.GroupByContext.getGroup(Object workingMemoryContext,
Accumulate accumulate,
Tuple leftTuple,
Object key,
WorkingMemory wm) |
TupleList |
TimerNode.TimerNodeMemory.getInsertOrUpdateLeftTuples() |
TupleList |
AsyncReceiveNode.AsyncReceiveMemory.getInsertOrUpdateLeftTuples() |
TupleList<AccumulateNode.AccumulateContextEntry> |
AccumulateNode.GroupByContext.getLastTupleList() |
TupleList |
RightTupleImpl.getMemory() |
TupleList |
BaseLeftTuple.getMemory() |
TupleList<AccumulateNode.AccumulateContextEntry> |
AccumulateNode.GroupByContext.takeToPropagateList() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,TupleList<AccumulateNode.AccumulateContextEntry>> |
AccumulateNode.GroupByContext.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumulateNode.GroupByContext.moveToPropagateTupleList(TupleList<AccumulateNode.AccumulateContextEntry> list) |
void |
RightTupleImpl.setMemory(TupleList memory) |
void |
BaseLeftTuple.setMemory(TupleList memory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SingleAccumulate.accumulate(Object workingMemoryContext,
Tuple match,
InternalFactHandle childHandle,
AccumulateNode.GroupByContext groupByContext,
TupleList<AccumulateNode.AccumulateContextEntry> tupleList,
WorkingMemory wm) |
Object |
MultiAccumulate.accumulate(Object workingMemoryContext,
Tuple match,
InternalFactHandle childHandle,
AccumulateNode.GroupByContext groupByContext,
TupleList<AccumulateNode.AccumulateContextEntry> tupleList,
WorkingMemory wm) |
abstract Object |
Accumulate.accumulate(Object workingMemoryContext,
Tuple match,
InternalFactHandle childHandle,
AccumulateNode.GroupByContext groupByContext,
TupleList<AccumulateNode.AccumulateContextEntry> tupleList,
WorkingMemory wm) |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
Tuple.getMemory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tuple.setMemory(TupleList memory) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractHashTable.IndexTupleList |
static class |
TupleRBTree.Node<K extends Comparable<? super K>> |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
TupleRBTree.Node.getNext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHashTable.IndexTupleList.copyStateInto(TupleList other) |
void |
TupleRBTree.Node.setNext(TupleList next) |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
TupleList.getNext() |
TupleList |
TupleList.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TupleList.copyStateInto(TupleList other) |
void |
TupleList.setNext(TupleList next) |
void |
TupleList.setPrevious(TupleList previous) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.