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