站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.QueryResults (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.QueryResults

Packages that use QueryResults
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.base   
org.drools.common   
org.drools.reteoo   
org.drools.spi   
 

Uses of QueryResults in org.drools
 

Methods in org.drools that return QueryResults
 QueryResults WorkingMemory.getQueryResults(String query)
          Retrieve the QueryResults of the specified query.
 QueryResults StatelessSessionResult.getQueryResults(String query)
          Retrieve the QueryResults of the specified query.
 

Constructors in org.drools with parameters of type QueryResults
QueryResult(Tuple tuple, WorkingMemory workingMemory, QueryResults queryResults)
           
 

Uses of QueryResults in org.drools.base
 

Methods in org.drools.base that return QueryResults
 QueryResults DefaultKnowledgeHelper.getQueryResults(String query)
           
 

Uses of QueryResults in org.drools.common
 

Methods in org.drools.common that return QueryResults
abstract  QueryResults AbstractWorkingMemory.getQueryResults(String query)
           
 

Uses of QueryResults in org.drools.reteoo
 

Methods in org.drools.reteoo that return QueryResults
 QueryResults ReteStatelessSessionResult.getQueryResults(String query)
           
 QueryResults ReteooWorkingMemory.getQueryResults(String query)
           
 

Uses of QueryResults in org.drools.spi
 

Methods in org.drools.spi that return QueryResults
 QueryResults KnowledgeHelper.getQueryResults(String query)
           
 



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