org.drools.runtime.impl
Class ExecutionResultImpl

java.lang.Object
  extended by org.drools.runtime.impl.ExecutionResultImpl
All Implemented Interfaces:
Serializable, org.drools.runtime.ExecutionResults

public class ExecutionResultImpl
extends Object
implements org.drools.runtime.ExecutionResults, Serializable

See Also:
Serialized Form

Constructor Summary
ExecutionResultImpl()
           
 
Method Summary
 Object getFactHandle(String identifier)
           
 Map<String,Object> getFactHandles()
           
 Collection<String> getIdentifiers()
           
 Map<String,Object> getResults()
           
 Object getValue(String identifier)
           
 void setFactHandles(HashMap<String,Object> facts)
           
 void setResults(HashMap<String,Object> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionResultImpl

public ExecutionResultImpl()
Method Detail

getIdentifiers

public Collection<String> getIdentifiers()
Specified by:
getIdentifiers in interface org.drools.runtime.ExecutionResults

getValue

public Object getValue(String identifier)
Specified by:
getValue in interface org.drools.runtime.ExecutionResults

getFactHandle

public Object getFactHandle(String identifier)
Specified by:
getFactHandle in interface org.drools.runtime.ExecutionResults

getResults

public Map<String,Object> getResults()

setResults

public void setResults(HashMap<String,Object> results)

getFactHandles

public Map<String,Object> getFactHandles()

setFactHandles

public void setFactHandles(HashMap<String,Object> facts)


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