class |
AbstractTerminalNode |
|
class |
AccumulateNode |
AccumulateNode
A beta node capable of doing accumulate logic.
|
class |
AlphaTerminalNode |
|
class |
AsyncReceiveNode |
|
class |
AsyncSendNode<T extends AsyncSendNode.AsyncSendMemory> |
|
class |
BetaNode |
|
class |
ConditionalBranchNode |
Node which allows to follow different paths in the Rete-OO network,
based on the result of a boolean Test.
|
class |
EvalConditionNode |
|
class |
ExistsNode |
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions.
|
class |
FromNode<T extends FromNode.FromMemory> |
|
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 are responsible for filtering and propagating the matching
fact assertions propagated from the Rete node using ObjectType interface.
|
class |
QueryElementNode |
|
class |
QueryTerminalNode |
Leaf Rete-OO node responsible for enacting Action s on a
matched Rule.
|
class |
ReactiveFromNode |
|
class |
ReteObjectTypeNode |
|
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 |
TimerNode |
|
class |
WindowNode |
WindowNodes are nodes in the Rete network used
to manage windows.
|