|
||||||||||
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 with parameters of type TupleSink | |
---|---|
protected void |
TupleSource.addTupleSink(TupleSink tupleSink)
Adds the TupleSink so that it may receive Tuples
propagated from this TupleSource . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |