当前页面:
在线文档首页 >
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
org.drools.reteoo.ReteStatelessSessionResult
- All Implemented Interfaces:
- StatelessSessionResult
public class ReteStatelessSessionResult
- extends Object
- implements StatelessSessionResult
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReteStatelessSessionResult
public ReteStatelessSessionResult(WorkingMemory workingMemory)
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.