Uses of Class
org.drools.QueryResult

Packages that use QueryResult
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.runtime.rule.impl   
 

Uses of QueryResult in org.drools
 

Methods in org.drools that return QueryResult
 QueryResult QueryResults.get(int i)
           
 

Methods in org.drools that return types with arguments of type QueryResult
 Iterator<QueryResult> QueryResults.iterator()
          Returns an Iterator for the results.
 

Uses of QueryResult in org.drools.runtime.rule.impl
 

Constructors in org.drools.runtime.rule.impl with parameters of type QueryResult
NativeQueryResultRow(QueryResult result)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.