org.drools.impl
Class StatelessKnowledgeSessionResultsImpl

java.lang.Object
  extended by org.drools.impl.StatelessKnowledgeSessionResultsImpl
All Implemented Interfaces:
org.drools.runtime.StatelessKnowledgeSessionResults

public class StatelessKnowledgeSessionResultsImpl
extends Object
implements org.drools.runtime.StatelessKnowledgeSessionResults


Constructor Summary
StatelessKnowledgeSessionResultsImpl(Map<String,?> results)
           
 
Method Summary
 Collection<String> getIdentifiers()
           
 Object getValue(String identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessKnowledgeSessionResultsImpl

public StatelessKnowledgeSessionResultsImpl(Map<String,?> results)
Method Detail

getIdentifiers

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

getValue

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


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