|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleSourceImpl | |
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
org.drools.reteoo.impl | Implementation of the Rete-OO algorithm. |
Uses of TupleSourceImpl in org.drools.reteoo |
Methods in org.drools.reteoo that return TupleSourceImpl | |
protected TupleSourceImpl |
Builder.findMatchingTupleSourceForCondition(Condition condition,
java.util.Set sources)
Locate a TupleSource suitable for attaching
the Condition . |
protected TupleSourceImpl |
Builder.findMatchingTupleSourceForExtraction(Extraction extract,
java.util.Set sources)
Locate a TupleSource suitable for attaching
the Extraction . |
Uses of TupleSourceImpl in org.drools.reteoo.impl |
Subclasses of TupleSourceImpl in org.drools.reteoo.impl | |
class |
ConditionNodeImpl
Node which filters ReteTuple s. |
class |
ExtractionNodeImpl
extraction node in the Rete-OO network. |
class |
JoinNodeImpl
A two-input Rete-OO join node. |
class |
ParameterNodeImpl
Receives Objects from an ObjectTypeNode ,
and creates a ReteTuple , passing the result to the following node. |
Constructors in org.drools.reteoo.impl with parameters of type TupleSourceImpl | |
JoinNodeImpl(TupleSourceImpl leftInput,
TupleSourceImpl rightInput)
Construct. |
|
ExtractionNodeImpl(TupleSourceImpl tupleSource,
Declaration targetDeclaration,
Extractor extractor)
Construct. |
|
ConditionNodeImpl(TupleSourceImpl tupleSource,
Condition condition)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |