Uses of Interface
org.drools.reteoo.TupleSink

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

Uses of TupleSink in org.drools.reteoo
 

Subinterfaces of TupleSink in org.drools.reteoo
 interface ConditionNode
          Node which filters ReteTuples.
 interface ExtractionNode
          Fact extraction node in the Rete-OO network.
 interface TerminalNode
          Leaf Rete-OO node responsible for enacting Actions on a matched Rule.
 

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

Uses of TupleSink in org.drools.reteoo.impl
 

Subinterfaces of TupleSink in org.drools.reteoo.impl
 interface TupleSinkImpl
          Receiver of propagated ReteTuples from a TupleSource.
 

Classes in org.drools.reteoo.impl that implement TupleSink
 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 that return TupleSink
 TupleSink TupleSourceImpl.getTupleSink()
          Retrieve the TupleSink that receives propagated Tuples.
 



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