Rule Execution Server API

com.ibm.rules.engine.runtime
Interface EngineWithWorkingMemoryOutput

All Superinterfaces:
EngineOutput
All Known Subinterfaces:
RuleEngineOutput, RuleflowEngineOutput

public interface EngineWithWorkingMemoryOutput
extends EngineOutput

The rule engine output is produced when a rule engine is executed.


Method Summary
 Collection<Object> getWorkingMemory()
          Returns the working memory.
 
Methods inherited from interface com.ibm.rules.engine.runtime.EngineOutput
getData, getParameter, getParameters, getStopMessage, isStopped
 

Method Detail

getWorkingMemory

Collection<Object> getWorkingMemory()
Returns the working memory.

Returns:
The working memory

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013