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 |
RBTree.RBTreeFastIterator<K extends Comparable<? super K>,V> |
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 |
RBTree.fastIterator() |
FastIterator |
LinkedList.fastIterator() |
FastIterator |
LinkedList.iterator() |
FastIterator |
TupleRBTree.range(K lowerBound,
boolean testLowerEqual,
K upperBound,
boolean testUpperEqual) |
FastIterator |
RBTree.range(K lowerBound,
boolean testLowerEqual,
K upperBound,
boolean testUpperEqual) |
Constructor and Description |
---|
IteratorAdapter(FastIterator fastIterator,
Entry first) |
Modifier and Type | Class and Description |
---|---|
class |
LeftTupleIndexRangeRBTree.TupleFastIterator |
class |
RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator |
static class |
TupleIndexHashTable.FullFastIterator |
class |
TupleIndexRBTree.TupleFastIterator |
Modifier and Type | Method and Description |
---|---|
FastIterator |
TupleIndexHashTable.fastIterator() |
FastIterator |
TupleIndexRBTree.fastIterator() |
FastIterator |
TupleList.fastIterator() |
FastIterator |
RightTupleIndexRangeRBTree.fastIterator() |
FastIterator |
LeftTupleIndexRangeRBTree.fastIterator() |
FastIterator |
TupleIndexHashTable.fullFastIterator() |
FastIterator |
TupleIndexRBTree.fullFastIterator() |
FastIterator |
TupleList.fullFastIterator() |
FastIterator |
RightTupleIndexRangeRBTree.fullFastIterator() |
FastIterator |
LeftTupleIndexRangeRBTree.fullFastIterator() |
FastIterator |
TupleIndexHashTable.fullFastIterator(Tuple leftTuple) |
FastIterator |
TupleIndexRBTree.fullFastIterator(Tuple leftTuple) |
FastIterator |
TupleList.fullFastIterator(Tuple tuple) |
FastIterator |
RightTupleIndexRangeRBTree.fullFastIterator(Tuple tuple) |
FastIterator |
LeftTupleIndexRangeRBTree.fullFastIterator(Tuple tuple) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.