|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ReteTuple s. |
class |
ExtractionNodeImpl
extraction node in the Rete-OO network. |
class |
TerminalNodeImpl
Leaf Rete-OO node responsible for enacting Action s
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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |