|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.query.impl.QueryResultsImpl
org.mindswap.pellet.query.impl.MultiQueryResults
public class MultiQueryResults
Constructor Summary | |
---|---|
MultiQueryResults(Query query,
QueryResults[] queryResults)
|
Method Summary | |
---|---|
void |
add(QueryResultBinding binding)
|
boolean |
contains(QueryResultBinding binding)
|
QueryResultBinding |
get(int index)
|
boolean |
isEmpty()
|
int |
size()
|
Methods inherited from class org.mindswap.pellet.query.impl.QueryResultsImpl |
---|
getQuery, getResultVars, toString, toTable, toTable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mindswap.pellet.query.QueryResults |
---|
getQuery, getResultVars, toTable, toTable |
Constructor Detail |
---|
public MultiQueryResults(Query query, QueryResults[] queryResults)
Method Detail |
---|
public void add(QueryResultBinding binding)
add
in interface QueryResults
add
in class QueryResultsImpl
public boolean contains(QueryResultBinding binding)
contains
in interface QueryResults
contains
in class QueryResultsImpl
public QueryResultBinding get(int index)
get
in interface QueryResults
get
in class QueryResultsImpl
public int size()
size
in interface QueryResults
size
in class QueryResultsImpl
public boolean isEmpty()
isEmpty
in interface QueryResults
isEmpty
in class QueryResultsImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |