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

QueryResults (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools
Class QueryResults

java.lang.Object
  extended by org.drools.QueryResults

public class QueryResults
extends Object


Field Summary
protected  List results
           
protected  WorkingMemory workingMemory
           
 
Constructor Summary
QueryResults(List results, Query query, WorkingMemory workingMemory)
           
 
Method Summary
 QueryResult get(int i)
           
 Map getDeclarations()
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

protected List results

workingMemory

protected WorkingMemory workingMemory
Constructor Detail

QueryResults

public QueryResults(List results,
                    Query query,
                    WorkingMemory workingMemory)
Method Detail

get

public QueryResult get(int i)

iterator

public Iterator iterator()

getDeclarations

public Map getDeclarations()

size

public int size()


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