|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.dawg.DAWGTestResultSetWriter
public class DAWGTestResultSetWriter
A TupleQueryResultWriter that converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).
| Constructor Summary | |
|---|---|
DAWGTestResultSetWriter(RDFHandler rdfHandler)
|
|
DAWGTestResultSetWriter(RDFHandler rdfHandler,
ValueFactory vf)
|
|
| Method Summary | |
|---|---|
void |
endQueryResult()
Indicates the end of a sequence of solutions. |
void |
handleSolution(BindingSet bindingSet)
Handles a solution. |
void |
startQueryResult(List<String> bindingNames)
Indicates the start of a sequence of Solutions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DAWGTestResultSetWriter(RDFHandler rdfHandler)
public DAWGTestResultSetWriter(RDFHandler rdfHandler,
ValueFactory vf)
| Method Detail |
|---|
public void startQueryResult(List<String> bindingNames)
throws TupleQueryResultHandlerException
TupleQueryResultHandler
startQueryResult in interface TupleQueryResultHandlerbindingNames - An ordered set of binding names.
TupleQueryResultHandlerException
public void endQueryResult()
throws TupleQueryResultHandlerException
TupleQueryResultHandler
endQueryResult in interface TupleQueryResultHandlerTupleQueryResultHandlerException
public void handleSolution(BindingSet bindingSet)
throws TupleQueryResultHandlerException
TupleQueryResultHandler
handleSolution in interface TupleQueryResultHandlerTupleQueryResultHandlerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||