Knowledge API Legacy5 Adapter 6.1.0.Final

org.drools.runtime.rule
Interface Row

All Known Subinterfaces:
QueryResultsRow
All Known Implementing Classes:
QueryResultsRowAdapter, RowAdapter

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:

Knowledge API Legacy5 Adapter 6.1.0.Final

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