|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.dir.master.selection.io.SelectionParameters
public class SelectionParameters
Base implementation of input parameters for collection selection algorithms.
It assumes the existence of a Query parameter.
| Constructor Summary | |
|---|---|
SelectionParameters(Query query,
SelectionCriterion criterion)
Creates a new instance from the query with respect to which collections are to be selected. |
|
| Method Summary | |
|---|---|
SelectionCriterion |
getCriterion()
Returns the criterion with respect to which collections are selected. |
Query |
getQuery()
Sets the query with respect to which collections are to be selected. |
void |
setCriterion(SelectionCriterion criterion)
Sets the criterion with respect to which collections are selected. |
void |
setQuery(Query query)
Sets the query with respect to which collections are selected. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectionParameters(Query query,
SelectionCriterion criterion)
query - the query.| Method Detail |
|---|
public Query getQuery()
public void setQuery(Query query)
query - the query.public SelectionCriterion getCriterion()
public void setCriterion(SelectionCriterion criterion)
the - criterion.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||