|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ReteTuple s. |
interface |
ExtractionNode
Fact extraction node in the Rete-OO network. |
interface |
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 . |
Uses of TupleSink in org.drools.reteoo.impl |
Subinterfaces of TupleSink in org.drools.reteoo.impl | |
interface |
TupleSinkImpl
Receiver of propagated ReteTuple s from a TupleSource . |
Classes in org.drools.reteoo.impl that implement TupleSink | |
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 that return TupleSink | |
TupleSink |
TupleSourceImpl.getTupleSink()
Retrieve the TupleSink that receives
propagated Tuples . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |