| Package | Description |
|---|---|
| org.drools.core.beliefsystem | |
| org.drools.core.beliefsystem.defeasible | |
| org.drools.core.phreak | |
| org.drools.core.reteoo | |
| org.drools.core.util | |
| org.drools.core.util.index |
| Modifier and Type | Method and Description |
|---|---|
FastIterator |
BeliefSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
FastIterator |
DefeasibleBeliefSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
LeftTuple |
PhreakJoinNode.doLeftUpdatesProcessChildren(LeftTuple childLeftTuple,
LeftTuple leftTuple,
RightTuple rightTuple,
TupleSets<LeftTuple> stagedLeftTuples,
ContextEntry[] contextEntry,
BetaConstraints constraints,
LeftTupleSink sink,
FastIterator it,
TupleSets<LeftTuple> trgLeftTuples) |
LeftTuple |
PhreakJoinNode.doRightUpdatesProcessChildren(LeftTuple childLeftTuple,
LeftTuple leftTuple,
RightTuple rightTuple,
TupleSets<LeftTuple> stagedLeftTuples,
ContextEntry[] contextEntry,
BetaConstraints constraints,
LeftTupleSink sink,
FastIterator it,
TupleSets<LeftTuple> trgLeftTuples) |
| Modifier and Type | Method and Description |
|---|---|
FastIterator |
TupleMemory.fastIterator() |
FastIterator |
TupleMemory.fullFastIterator()
Iterates the entire data structure, regardless of whether TupleMemory is hashed or not.
|
FastIterator |
TupleMemory.fullFastIterator(Tuple rightTuple)
Iterator that resumes from the current RightTuple, regardless of whether the TupleMemory is hashed or not
|
FastIterator |
BetaNode.getLeftIterator(TupleMemory memory) |
FastIterator |
BetaNode.getRightIterator(TupleMemory memory) |
FastIterator |
BetaNode.getRightIterator(TupleMemory memory,
RightTuple rightTuple) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkedList.LinkedListFastIterator |
static class |
TupleRBTree.RangeFastIterator<K extends Comparable<? super K>> |
| Modifier and Type | Field and Description |
|---|---|
static FastIterator |
FastIterator.EMPTY |
static FastIterator |
LinkedList.fastIterator |
| Modifier and Type | Method and Description |
|---|---|
FastIterator |
TupleRBTree.fastIterator() |
FastIterator |
LinkedList.fastIterator() |
FastIterator |
LinkedList.iterator() |
FastIterator |
TupleRBTree.range(K lowerBound,
boolean testLowerEqual,
K upperBound,
boolean testUpperEqual) |
| Constructor and Description |
|---|
IteratorAdapter(FastIterator fastIterator,
Entry first) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TupleIndexHashTable.FullFastIterator |
class |
TupleIndexRBTree.TupleFastIterator |
| Modifier and Type | Method and Description |
|---|---|
FastIterator |
TupleList.fastIterator() |
FastIterator |
TupleIndexRBTree.fastIterator() |
FastIterator |
TupleIndexHashTable.fastIterator() |
FastIterator |
TupleList.fullFastIterator() |
FastIterator |
TupleIndexRBTree.fullFastIterator() |
FastIterator |
TupleIndexHashTable.fullFastIterator() |
FastIterator |
TupleList.fullFastIterator(Tuple tuple) |
FastIterator |
TupleIndexRBTree.fullFastIterator(Tuple leftTuple) |
FastIterator |
TupleIndexHashTable.fullFastIterator(Tuple leftTuple) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.