|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.autofocus.model.QueryResult
public class QueryResult
| Constructor Summary | |
|---|---|
QueryResult(Query query,
String name,
FacetInfo facet,
AFModel model)
|
|
| Method Summary | |
|---|---|
void |
bindingNames(List<String> names)
Notifies the binding names to be used, in the order in which they appear in the query header. |
boolean |
contains(Object object)
Returns whether this Classification contains the specified Object. |
void |
finishedEvaluation()
Send when the evaluation proces is finished. |
void |
finishedQuerying(org.openrdf.repository.Repository repository)
Reports that the specified Repository has produced all its results. |
Collection<Classification> |
getChildren()
Returns the child Classifications, if any. |
FacetInfo |
getFacet()
|
String |
getName()
Returns the symbolic name of this Classification. |
Collection<Item> |
getObjects()
Returns the set of objects classified by this Classification. |
Classification |
getParent()
Returns the parent Classification, if any. |
Query |
getQuery()
|
int |
getSize()
Returns the number of objects classified by this Classification. |
boolean |
isActive()
|
void |
process(org.openrdf.query.BindingSet bindings,
org.openrdf.repository.Repository origin)
Reports the specified BindingSet originating from the specified Repository. |
void |
querying(org.openrdf.repository.Repository repository)
Indicates that the QueryEvaluator has started querying the specified Repository. |
void |
startingEvaluation(int nrSources)
Indicates that the QueryEvaluator is starting evaluation of its Query. |
void |
stopEvaluation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResult(Query query,
String name,
FacetInfo facet,
AFModel model)
| Method Detail |
|---|
public String getName()
Classification
getName in interface Classificationpublic FacetInfo getFacet()
public Collection<Item> getObjects()
Classification
getObjects in interface Classificationpublic int getSize()
Classification
getSize in interface Classificationpublic Classification getParent()
Classification
getParent in interface Classificationpublic Collection<Classification> getChildren()
Classification
getChildren in interface Classificationpublic boolean contains(Object object)
Classification
contains in interface Classificationpublic void startingEvaluation(int nrSources)
ResultListener
startingEvaluation in interface ResultListenerpublic void querying(org.openrdf.repository.Repository repository)
ResultListener
querying in interface ResultListenerpublic void bindingNames(List<String> names)
TableResultListener
bindingNames in interface TableResultListener
public void process(org.openrdf.query.BindingSet bindings,
org.openrdf.repository.Repository origin)
throws EvaluationStoppedException
TableResultListener
process in interface TableResultListenerEvaluationStoppedExceptionpublic void finishedQuerying(org.openrdf.repository.Repository repository)
ResultListener
finishedQuerying in interface ResultListenerpublic void finishedEvaluation()
ResultListener
finishedEvaluation in interface ResultListenerpublic Query getQuery()
public boolean isActive()
public void stopEvaluation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||