org.kie.api.runtime.rule
public interface Row
Modifier and Type | Method and Description |
---|---|
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
|
Object get(String identifier)
identifier
- The identifier of the bound objectFactHandle getFactHandle(String identifier)
identifier
- Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.