Drools :: Core 6.0.0.Beta5

Uses of Class
org.drools.core.QueryResult

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

Uses of QueryResult in org.drools.core
 

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

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

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

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


Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.