|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ReteTuple s. |
(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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |