Uses of Class
org.drools.reteoo.ReteTuple

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

Uses of ReteTuple in org.drools.reteoo
 

Methods in org.drools.reteoo that return ReteTuple
 ReteTuple TupleSet.getTuple(TupleKey key)
          Retrieve a Tuple by TupleKey.
 

Methods in org.drools.reteoo with parameters of type ReteTuple
 void TerminalNode.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
 void JoinNodeInput.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
 void ConditionNode.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
(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.
 void TupleSink.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
protected  void TupleSource.propagateAssertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Propagate the assertion of a Tuple to this node's TupleSink.
(package private)  void JoinNode.assertLeftTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple from the left input.
(package private)  void JoinNode.assertRightTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple from the right input.
 void TupleSet.addTuple(ReteTuple tuple)
          Add a single Tuple to this set.
(package private)  void AgendaItem.setTuple(ReteTuple tuple)
          Set the tuple.
(package private)  void Agenda.addToAgenda(ReteTuple tuple, Rule rule)
          Schedule a rule action invokation on this Agenda.
 

Constructors in org.drools.reteoo with parameters of type ReteTuple
TupleSet(ReteTuple tuple)
          Construct with a single tuple.
ReteTuple(ReteTuple left, ReteTuple right)
           
AgendaItem(ReteTuple tuple, Rule rule)
          Construct.
 



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