org.drools.runtime.impl
Class ExecutionResultImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionResultImpl
public ExecutionResultImpl()
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-2012 JBoss by Red Hat. All Rights Reserved.