Uses of Class
org.drools.rule.Extraction

Packages that use Extraction
org.drools.rule   
 

Uses of Extraction in org.drools.rule
 

Fields in org.drools.rule declared as Extraction
static Extraction[] Extraction.EMPTY_ARRAY
          Empty Extraction array.
 

Methods in org.drools.rule that return Extraction
 Extraction[] Rule.getExtractions()
          Retrieve the Set of Extractions for this rule.
 

Methods in org.drools.rule with parameters of type Extraction
 void Rule.addExtraction(Extraction extraction)
          Add a consistent Extraction to this rule.