Knowledge API Legacy5 Adapter 6.2.0.Final

org.drools.impl.adapters
Class QueryResultsAdapter

java.lang.Object
  extended by org.drools.impl.adapters.QueryResultsAdapter
All Implemented Interfaces:
Iterable<QueryResultsRow>, QueryResults

public class QueryResultsAdapter
extends Object
implements QueryResults


Constructor Summary
QueryResultsAdapter(org.kie.api.runtime.rule.QueryResults delegate)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getIdentifiers()
           
 int hashCode()
           
 Iterator<QueryResultsRow> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultsAdapter

public QueryResultsAdapter(org.kie.api.runtime.rule.QueryResults delegate)
Method Detail

getIdentifiers

public String[] getIdentifiers()
Specified by:
getIdentifiers in interface QueryResults

iterator

public Iterator<QueryResultsRow> iterator()
Specified by:
iterator in interface Iterable<QueryResultsRow>
Specified by:
iterator in interface QueryResults

size

public int size()
Specified by:
size in interface QueryResults

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.