Package org.kie.api.runtime.rule
Interface Row
- 
- All Known Subinterfaces:
 QueryResultsRow
public interface Row 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(String identifier)FactHandlegetFactHandle(String identifier) 
 - 
 
- 
- 
Method Detail
- 
get
Object get(String identifier)
- Parameters:
 identifier- the identifier of the bound object- Returns:
 - object that is bound to the given identifier
 
 
- 
getFactHandle
FactHandle getFactHandle(String identifier)
- Returns:
 - FactHandle associated with the given identifier
 
 
 - 
 
 -