|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkNode | |
---|---|
org.drools.common | |
org.drools.reteoo |
Uses of NetworkNode in org.drools.common |
---|
Classes in org.drools.common that implement NetworkNode | |
---|---|
class |
BaseNode
The base class for all Rete nodes. |
Uses of NetworkNode in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement NetworkNode | |
---|---|
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 |
CollectNode
|
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
JoinNode extends BetaNode to perform
ReteTuple and FactHandle joins. |
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
NotNode extends BetaNode to perform tests for
the non existence of a Fact plus one or more conditions. |
class |
ObjectSource
A source of FactHandle s for an ObjectSink . |
class |
ObjectTypeNode
ObjectTypeNodes |
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 . |
class |
TupleSource
A source of ReteTuple s for a TupleSink . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |