|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReteTuple | |
org.drools.reteoo.impl | Implementation of the Rete-OO algorithm. |
Uses of ReteTuple in org.drools.reteoo.impl |
Methods in org.drools.reteoo.impl that return ReteTuple | |
protected ReteTuple |
JoinMemoryImpl.attemptJoin(ReteTuple left,
ReteTuple right)
Attempt to join two Tuples . |
Methods in org.drools.reteoo.impl with parameters of type ReteTuple | |
protected void |
TupleSourceImpl.propagateAssertTuple(ReteTuple tuple,
WorkingMemory workingMemory)
Propagate the assertion of a Tuple
to this node's TupleSink . |
void |
ConditionNodeImpl.assertTuple(ReteTuple tuple,
WorkingMemory workingMemory)
Assert a new Tuple . |
void |
ReteTuple.putAll(ReteTuple that)
Add all columns from another tuple. |
void |
ExtractionNodeImpl.assertTuple(ReteTuple tuple,
WorkingMemory workingMemory)
Assert a new Tuple . |
void |
TupleSinkImpl.assertTuple(ReteTuple tuple,
WorkingMemory workingMemory)
Assert a new Tuple . |
protected java.util.Set |
JoinMemoryImpl.addLeftTuple(ReteTuple tuple)
Add a ReteTuple received from the JoinNode's
left input to the left side of this memory, and attempt
to join to existing Tuples in the right
side. |
protected java.util.Set |
JoinMemoryImpl.addRightTuple(ReteTuple tuple)
Add a ReteTuple received from the JoinNode's
right input to the right side of this memory, and attempt
to join to existing Tuples in the left
side. |
protected java.util.Set |
JoinMemoryImpl.attemptJoin(ReteTuple tuple,
java.util.Iterator tupleIter)
Attempt to join the tuple against the
tuples available through the tupleIterator . |
protected ReteTuple |
JoinMemoryImpl.attemptJoin(ReteTuple left,
ReteTuple right)
Attempt to join two Tuples . |
void |
TerminalNodeImpl.assertTuple(ReteTuple tuple,
WorkingMemory workingMemory)
Assert a new Tuple . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |