|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleSource | |
---|---|
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
Uses of TupleSource in org.drools.reteoo |
---|
Subclasses of TupleSource in org.drools.reteoo | |
---|---|
(package private) class |
ConditionNode
Node which filters ReteTuple s. |
(package private) class |
JoinNode
A two-input Rete-OO join node . |
(package private) class |
ParameterNode
Receives Objects from an ObjectTypeNode , and
creates a ReteTuple , passing the result to the following
node. |
Methods in org.drools.reteoo that return TupleSource | |
---|---|
(package private) TupleSource |
Builder.findMatchingTupleSourceForCondition(Condition condition,
List sources)
Locate a TupleSource suitable for attaching the
Condition and remove it. |
Constructors in org.drools.reteoo with parameters of type TupleSource | |
---|---|
ConditionNode(Rule rule,
TupleSource tupleSource,
Condition condition)
Construct. |
|
JoinNode(TupleSource leftInput,
TupleSource rightInput)
Construct. |
|
TerminalNode(TupleSource inputSource,
Rule rule)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |