Knowledge API Legacy5 Adapter 6.1.0.Beta1

org.drools.impl.adapters
Class RowAdapter

java.lang.Object
  extended by org.drools.impl.adapters.RowAdapter
All Implemented Interfaces:
Row

public class RowAdapter
extends Object
implements Row


Constructor Summary
RowAdapter(org.kie.api.runtime.rule.Row delegate)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowAdapter

public RowAdapter(org.kie.api.runtime.rule.Row delegate)
Method Detail

get

public Object get(String identifier)
Description copied from interface: Row
Get the object that is bound to the given identifier

Specified by:
get in interface Row
Parameters:
identifier - The identifier of the bound object
Returns:

getFactHandle

public FactHandle getFactHandle(String identifier)
Description copied from interface: Row
Return the FactHandle associated with the given identifier

Specified by:
getFactHandle in interface Row
Returns:

Knowledge API Legacy5 Adapter 6.1.0.Beta1

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