Uses of Interface
org.drools.reteoo.impl.TupleSinkImpl

Packages that use TupleSinkImpl
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
 

Uses of TupleSinkImpl in org.drools.reteoo.impl
 

Classes in org.drools.reteoo.impl that implement TupleSinkImpl
 class ConditionNodeImpl
          Node which filters ReteTuples.
 class ExtractionNodeImpl
           extraction node in the Rete-OO network.
 class TerminalNodeImpl
          Leaf Rete-OO node responsible for enacting Actions on a matched Rule.
 

Methods in org.drools.reteoo.impl with parameters of type TupleSinkImpl
protected  void TupleSourceImpl.setTupleSink(TupleSinkImpl tupleSink)
          Set the TupleSink that receives Tuples propagated from this TupleSource.
 



Copyright © 2001-2003 The Werken Company. All Rights Reserved.