Package | Description |
---|---|
org.drools.core.marshalling.impl | |
org.drools.core.reteoo | |
org.drools.core.reteoo.compiled |
Modifier and Type | Method and Description |
---|---|
Sink |
RightTupleKey.getSink() |
Constructor and Description |
---|
RightTupleKey(int id,
Sink sink) |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTerminalNode |
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 |
class |
ConditionalBranchNode
Node which allows to follow different paths in the Rete-OO network,
based on the result of a boolean
Test . |
class |
EntryPointNode
A node that is an entry point into the Rete network.
|
class |
EvalConditionNode |
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. |
static class |
LeftInputAdapterNode.RightTupleSinkAdapter
Used with the updateSink method, so that the parent ObjectSource
can update the TupleSink
|
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 |
class |
QueryTerminalNode
Leaf Rete-OO node responsible for enacting
Action s on a
matched Rule . |
class |
Rete
The Rete-OO network.
|
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 |
TraitObjectTypeNode |
class |
TraitProxyObjectTypeNode |
class |
WindowNode
WindowNodes are nodes in the Rete network used
to manage windows. |
Modifier and Type | Class and Description |
---|---|
class |
CompiledNetwork
This is the base type for all generated classes that that represent a "compiled" portion of the RETE network.
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.