Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.phreak | |
org.drools.core.reteoo | |
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 |
TimerNode.TimerNodeMemory.getInsertOrUpdateLeftTuples() |
TupleList |
RightTupleImpl.getMemory() |
TupleList |
BaseLeftTuple.getMemory() |
Modifier and Type | Method and Description |
---|---|
void |
RightTupleImpl.setMemory(TupleList memory) |
void |
BaseLeftTuple.setMemory(TupleList memory) |
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.AbstractIndexTupleList |
static class |
AbstractHashTable.DoubleIndexTupleList |
static class |
AbstractHashTable.SingleIndexTupleList |
static class |
AbstractHashTable.TripleIndexTupleList |
static class |
TupleRBTree.Node<K extends Comparable<? super K>> |
Modifier and Type | Method and Description |
---|---|
TupleList |
AbstractHashTable.Index.createEntry(Tuple tuple,
int hashCode,
boolean left) |
TupleList |
AbstractHashTable.SingleIndex.createEntry(Tuple tuple,
int hashCode,
boolean left) |
TupleList |
AbstractHashTable.DoubleCompositeIndex.createEntry(Tuple tuple,
int hashCode,
boolean left) |
TupleList |
AbstractHashTable.TripleCompositeIndex.createEntry(Tuple tuple,
int hashCode,
boolean left) |
TupleList |
TupleRBTree.Node.getNext() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHashTable.AbstractIndexTupleList.copyStateInto(TupleList other) |
protected void |
AbstractHashTable.SingleIndexTupleList.copyStateInto(TupleList other) |
protected void |
AbstractHashTable.DoubleIndexTupleList.copyStateInto(TupleList other) |
protected void |
AbstractHashTable.TripleIndexTupleList.copyStateInto(TupleList other) |
boolean |
AbstractHashTable.Index.equal(TupleList list,
Object object2) |
boolean |
AbstractHashTable.SingleIndex.equal(TupleList list,
Object object2) |
boolean |
AbstractHashTable.DoubleCompositeIndex.equal(TupleList list,
Object object2) |
boolean |
AbstractHashTable.TripleCompositeIndex.equal(TupleList list,
Object object2) |
boolean |
AbstractHashTable.Index.equal(TupleList list,
Tuple tuple2) |
boolean |
AbstractHashTable.SingleIndex.equal(TupleList list,
Tuple tuple2) |
boolean |
AbstractHashTable.DoubleCompositeIndex.equal(TupleList list,
Tuple tuple2) |
boolean |
AbstractHashTable.TripleCompositeIndex.equal(TupleList list,
Tuple tuple2) |
void |
TupleRBTree.Node.setNext(TupleList next) |
Modifier and Type | Method and Description |
---|---|
TupleList |
TupleList.getNext() |
Modifier and Type | Method and Description |
---|---|
protected void |
TupleList.copyStateInto(TupleList other) |
void |
TupleList.setNext(TupleList next) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.