| Constructor and Description |
|---|
QueryGroup()
The generic constructor
|
QueryGroup(List<Query> queries)
A contructor that get an initial set of queries
|
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
getQueries() |
Query |
getQuery(int i)
Retrieves the i-th query
|
void |
setQueries(List<Query> queries)
Sets the queries
|
void |
setQuery(Query query)
Adds a new query to the list of queries
|
public void setQueries(List<Query> queries)
queries - the queriespublic Query getQuery(int i)
i - the position in the list where the desired query restspublic void setQuery(Query query)
query - the queryCopyright © 2015. All Rights Reserved.