Drools :: Core 6.1.0.Beta1

org.drools.core.runtime.rule.impl
Class FlatQueryResultRow

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

public class FlatQueryResultRow
extends Object
implements org.kie.api.runtime.rule.QueryResultsRow


Constructor Summary
FlatQueryResultRow(Map<String,Integer> identifiers, List result, List<org.kie.api.runtime.rule.FactHandle> factHandles)
           
 
Method Summary
 Object get(String identifier)
           
 org.kie.api.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.kie.api.runtime.rule.FactHandle> factHandles)
Method Detail

get

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

getFactHandle

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

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.