Uses of Class
org.drools.reteoo.TupleKey

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

Uses of TupleKey in org.drools.reteoo
 

Fields in org.drools.reteoo declared as TupleKey
static TupleKey TupleKey.EMPTY_KEY
           
 

Methods in org.drools.reteoo that return TupleKey
(package private)  TupleKey ReteTuple.getKey()
          Retrieve the key for this tuple.
(package private)  TupleKey AgendaItem.getKey()
          Retrieve the TupleKey.
 

Methods in org.drools.reteoo with parameters of type TupleKey
 boolean TupleKey.containsAll(TupleKey that)
          Determine if the specified key is a subset of this key.
 ReteTuple TupleSet.getTuple(TupleKey key)
          Retrieve a Tuple by TupleKey.
protected  void TupleSource.propagateRetractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Propagate the retration of a Tuple to this node's TupleSink.
 boolean TupleSet.removeAllTuples(TupleKey key)
          Retract tuples from this memory.
(package private)  void Agenda.removeFromAgenda(TupleKey key, Rule rule)
          Remove a tuple from the agenda.
 void TupleSet.removeTuple(TupleKey key)
          Remove a tuple from this set.
(package private)  boolean JoinMemory.removeTuples(TupleKey key)
          Remove tuples from this memory.
 void TupleSink.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 void TerminalNode.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 void JoinNodeInput.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 void JoinNode.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 void ConditionNode.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 

Constructors in org.drools.reteoo with parameters of type TupleKey
TupleKey(TupleKey left, TupleKey right)
           
 



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