Knowledge API Legacy5 Adapter 6.2.0.Final

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
 boolean equals(Object obj)
           
 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
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Knowledge API Legacy5 Adapter 6.2.0.Final

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