org.drools.runtime.rule
Interface Row

All Known Subinterfaces:
QueryResultsRow

public interface Row


Method Summary
 Object get(String identifier)
          Get the object that is bound to the given identifier
 FactHandle getFactHandle(String identifier)
          Return the FactHandle associated with the given identifier
 

Method Detail

get

Object get(String identifier)
Get the object that is bound to the given identifier

Parameters:
identifier - The identifier of the bound object
Returns:

getFactHandle

FactHandle getFactHandle(String identifier)
Return the FactHandle associated with the given identifier

Parameters:
identifier -
Returns:


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