Uses of Interface
org.drools.reteoo.TupleSink

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

Uses of TupleSink in org.drools.reteoo
 

Classes in org.drools.reteoo that implement TupleSink
(package private)  class ConditionNode
          Node which filters ReteTuples.
(package private)  class JoinNodeInput
          Input TupleSinkImpl for a JoinNodeImpl.
(package private)  class TerminalNode
          Leaf Rete-OO node responsible for enacting Action s on a matched Rule.
 

Methods in org.drools.reteoo that return TupleSink
 TupleSink TupleSource.getTupleSink()
          Retrieve the TupleSink that receives propagated Tuples.
 

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



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