Uses of Class
org.drools.reteoo.TupleSet

Packages that use TupleSet
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
 

Uses of TupleSet in org.drools.reteoo
 

Methods in org.drools.reteoo that return TupleSet
(package private)  TupleSet JoinMemory.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.
(package private)  TupleSet JoinMemory.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.
 



Copyright © 2001-2005 The Codehaus. All Rights Reserved.