public class TupleQueryResultHandlerBase extends Object implements TupleQueryResultHandler
TupleQueryResultHandlers with dummy implementations
of all methods. This class is a useful superclass for classes that implement
only one or two TupleQueryResultHandler methods.| Constructor and Description |
|---|
TupleQueryResultHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void startQueryResult(List<String> bindingNames) throws TupleQueryResultHandlerException
TupleQueryResultHandlerstartQueryResult in interface TupleQueryResultHandlerbindingNames - An ordered set of binding names.TupleQueryResultHandlerExceptionpublic void endQueryResult()
throws TupleQueryResultHandlerException
TupleQueryResultHandlerendQueryResult in interface TupleQueryResultHandlerTupleQueryResultHandlerExceptionpublic void handleSolution(BindingSet bindingSet) throws TupleQueryResultHandlerException
TupleQueryResultHandlerhandleSolution in interface TupleQueryResultHandlerTupleQueryResultHandlerExceptionCopyright © 2001-2013 Aduna. All Rights Reserved.