org.drools.runtime.rule.impl
Class FlatQueryResultRow

java.lang.Object
  extended by org.drools.runtime.rule.impl.FlatQueryResultRow
All Implemented Interfaces:
org.drools.runtime.rule.QueryResultsRow, org.drools.runtime.rule.Row

public class FlatQueryResultRow
extends Object
implements org.drools.runtime.rule.QueryResultsRow


Constructor Summary
FlatQueryResultRow(Map<String,Integer> identifiers, List result, List<org.drools.runtime.rule.FactHandle> factHandles)
           
 
Method Summary
 Object get(String identifier)
           
 org.drools.runtime.rule.FactHandle getFactHandle(String identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatQueryResultRow

public FlatQueryResultRow(Map<String,Integer> identifiers,
                          List result,
                          List<org.drools.runtime.rule.FactHandle> factHandles)
Method Detail

get

public Object get(String identifier)
Specified by:
get in interface org.drools.runtime.rule.Row

getFactHandle

public org.drools.runtime.rule.FactHandle getFactHandle(String identifier)
Specified by:
getFactHandle in interface org.drools.runtime.rule.Row


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