|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for queries.
| Method Summary | |
void |
evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
Evaluates the query on the data contained in the supplied RdfSource and reports the results to the supplied QueryAnswerListener. |
String[] |
getColumnHeaders()
Gets the headers for the results table that is produced by this query. |
void |
getVariables(Collection variables)
Gets all variables that are used in this query. |
| Method Detail |
public String[] getColumnHeaders()
public void getVariables(Collection variables)
variables - A Collection to add the Var objects to.
public void evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
throws SailQueryException
rdfSource - An RdfSource containing the data to evaluate the query on.listener - A QueryAnswerListener that will receive any query results.
SailQueryException - An exception indicating that the query
evaluation was stopped abnormally.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||