|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.infosource.query.GraphResultAdapter
public class GraphResultAdapter
| Constructor Summary | |
|---|---|
GraphResultAdapter()
|
|
| Method Summary | |
|---|---|
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. |
void |
process(org.openrdf.model.Statement statement,
org.openrdf.repository.Repository origin)
Reports the specified Statement 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 nrRepositories)
Indicates that the QueryEvaluator is starting evaluation of its Query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphResultAdapter()
| Method Detail |
|---|
public void startingEvaluation(int nrRepositories)
ResultListener
startingEvaluation in interface ResultListenerpublic void querying(org.openrdf.repository.Repository repository)
ResultListener
querying in interface ResultListener
public void process(org.openrdf.model.Statement statement,
org.openrdf.repository.Repository origin)
GraphResultListener
process in interface GraphResultListenerpublic void finishedQuerying(org.openrdf.repository.Repository repository)
ResultListener
finishedQuerying in interface ResultListenerpublic void finishedEvaluation()
ResultListener
finishedEvaluation in interface ResultListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||