|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extraction | |
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
org.drools.rule | Rule assembly components. |
Uses of Extraction in org.drools.reteoo |
Methods in org.drools.reteoo with parameters of type Extraction | |
protected TupleSourceImpl |
Builder.findMatchingTupleSourceForExtraction(Extraction extract,
java.util.Set sources)
Locate a TupleSource suitable for attaching
the Extraction . |
protected boolean |
Builder.matches(Extraction extract,
java.util.Set declarations)
Determine if a set of Declarations match those
required by a Extraction . |
Uses of Extraction in org.drools.rule |
Methods in org.drools.rule with parameters of type Extraction | |
void |
Rule.addExtraction(Extraction extraction)
Add a consistent Extraction to this rule. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |