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

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


org.drools.reteoo
Class ReteStatelessSessionResult

java.lang.Object
  extended by org.drools.reteoo.ReteStatelessSessionResult
All Implemented Interfaces:
StatelessSessionResult

public class ReteStatelessSessionResult
extends Object
implements StatelessSessionResult


Constructor Summary
ReteStatelessSessionResult(WorkingMemory workingMemory)
           
 
Method Summary
 QueryResults getQueryResults(String query)
          Retrieve the QueryResults of the specified query.
 Iterator iterateObjects()
           
 Iterator iterateObjects(ObjectFilter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReteStatelessSessionResult

public ReteStatelessSessionResult(WorkingMemory workingMemory)
Method Detail

getQueryResults

public QueryResults getQueryResults(String query)
Description copied from interface: StatelessSessionResult
Retrieve the QueryResults of the specified query.

Specified by:
getQueryResults in interface StatelessSessionResult
Parameters:
query - The name of the query.
Returns:
The QueryResults of the specified query. If no results match the query it is empty.

iterateObjects

public Iterator iterateObjects()
Specified by:
iterateObjects in interface StatelessSessionResult

iterateObjects

public Iterator iterateObjects(ObjectFilter filter)
Specified by:
iterateObjects in interface StatelessSessionResult


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