|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sink | |
---|---|
org.drools.marshalling.impl | |
org.drools.reteoo | |
org.drools.reteoo.compiled |
Uses of Sink in org.drools.marshalling.impl |
---|
Methods in org.drools.marshalling.impl that return Sink | |
---|---|
Sink |
RightTupleKey.getSink()
|
Constructors in org.drools.marshalling.impl with parameters of type Sink | |
---|---|
RightTupleKey(int id,
Sink sink)
|
Uses of Sink in org.drools.reteoo |
---|
Subinterfaces of Sink in org.drools.reteoo | |
---|---|
interface |
LeftTupleSink
Receiver of propagated ReteTuple s from a
TupleSource . |
interface |
LeftTupleSinkNode
Items placed in a LinkedList |
interface |
ObjectSink
Receiver of propagated FactHandleImpl s from a
ObjectSource . |
interface |
ObjectSinkNode
Items placed in a LinkedList |
interface |
RightTupleSink
|
interface |
TerminalNode
A markup interface for terminal nodes |
Classes in org.drools.reteoo that implement Sink | |
---|---|
class |
AccumulateNode
AccumulateNode A beta node capable of doing accumulate logic. |
class |
AlphaNode
AlphaNodes are nodes in the Rete network used
to apply FieldConstraint<.code>s on asserted fact
objects where the |
class |
BetaNode
BetaNode provides the base abstract class for JoinNode and NotNode . |
class |
ElseNode
|
class |
EntryPointNode
A node that is an entry point into the Rete network. |
class |
EvalConditionNode
Node which filters ReteTuple s. |
class |
ExistsNode
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions. |
class |
FromNode
|
class |
JoinNode
|
class |
LeftInputAdapterNode
All asserting Facts must propagated into the right ObjectSink side of a BetaNode, if this is the first Pattern
then there are no BetaNodes to propagate to. |
class |
NotNode
|
class |
ObjectTypeNode
ObjectTypeNodes |
class |
PropagationQueuingNode
A node that will add the propagation to the working memory actions queue, in order to allow multiple threads to concurrently assert objects to multiple entry points. |
class |
QueryElementNode
|
class |
QueryRiaFixerNode
Node which filters ReteTuple s. |
class |
QueryTerminalNode
Leaf Rete-OO node responsible for enacting Action s on a
matched Rule . |
class |
Rete
The Rete-OO network. |
class |
RightInputAdapterNode
When joining a subnetwork into the main network again, RightInputAdapterNode adapts the subnetwork's tuple into a fact in order right join it with the tuple being propagated in the main network. |
class |
RuleTerminalNode
Leaf Rete-OO node responsible for enacting Action s on a
matched Rule . |
Uses of Sink in org.drools.reteoo.compiled |
---|
Classes in org.drools.reteoo.compiled that implement Sink | |
---|---|
class |
CompiledNetwork
This is the base type for all generated classes that that represent a "compiled" portion of the RETE network. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |