Package | Description |
---|---|
org.drools.core.phreak | |
org.drools.core.reteoo | |
org.drools.core.util | |
org.drools.core.util.index |
Modifier and Type | Method and Description |
---|---|
static void |
RuleNetworkEvaluator.findLeftTupleBlocker(BetaNode betaNode,
TupleMemory rtm,
ContextEntry[] contextEntry,
BetaConstraints constraints,
LeftTuple leftTuple,
boolean useLeftMemory) |
Modifier and Type | Method and Description |
---|---|
TupleMemory |
BetaMemory.getLeftTupleMemory() |
TupleMemory |
BetaMemory.getRightTupleMemory() |
TupleMemory |
RightTuple.getTempRightTupleMemory() |
TupleMemory |
RightTupleImpl.getTempRightTupleMemory() |
TupleMemory |
SubnetworkTuple.getTempRightTupleMemory() |
Modifier and Type | Method and Description |
---|---|
LeftTuple |
BetaNode.getFirstLeftTuple(RightTuple rightTuple,
TupleMemory memory,
FastIterator it) |
RightTuple |
BetaNode.getFirstRightTuple(Tuple leftTuple,
TupleMemory memory,
InternalFactHandle factHandle,
FastIterator it) |
static Tuple |
BetaNode.getFirstTuple(TupleMemory memory,
FastIterator it) |
FastIterator |
BetaNode.getLeftIterator(TupleMemory memory) |
FastIterator |
BetaNode.getRightIterator(TupleMemory memory) |
FastIterator |
BetaNode.getRightIterator(TupleMemory memory,
RightTuple rightTuple) |
void |
RightTuple.setTempRightTupleMemory(TupleMemory tempRightTupleMemory) |
void |
RightTupleImpl.setTempRightTupleMemory(TupleMemory tempRightTupleMemory) |
void |
SubnetworkTuple.setTempRightTupleMemory(TupleMemory tempRightTupleMemory) |
Constructor and Description |
---|
BetaMemory(TupleMemory tupleMemory,
TupleMemory objectMemory,
ContextEntry[] context,
short nodeType) |
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 | Class and Description |
---|---|
class |
LeftTupleIndexRangeRBTree |
class |
RightTupleIndexRangeRBTree |
class |
TupleIndexHashTable |
class |
TupleIndexRBTree |
class |
TupleList |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.