Knowledge API Legacy5 Adapter 6.1.0.Final

org.drools.impl.adapters
Class QueryResultsRowAdapter

java.lang.Object
  extended by org.drools.impl.adapters.QueryResultsRowAdapter
All Implemented Interfaces:
QueryResultsRow, Row

public class QueryResultsRowAdapter
extends Object
implements QueryResultsRow


Constructor Summary
QueryResultsRowAdapter(org.kie.api.runtime.rule.QueryResultsRow 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

QueryResultsRowAdapter

public QueryResultsRowAdapter(org.kie.api.runtime.rule.QueryResultsRow 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.1.0.Final

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