eu.larkc.core.query
Class ORDIVariableBinding
java.lang.Object
eu.larkc.core.query.VariableBindingBase
eu.larkc.core.query.ORDIVariableBinding
- All Implemented Interfaces:
- InformationSet, VariableBinding, java.io.Serializable, org.openrdf.query.TupleQueryResultHandler
public class ORDIVariableBinding
- extends VariableBindingBase
- implements org.openrdf.query.TupleQueryResultHandler
ORDIVariableBinding implements asynchronous RDF solution result reading from
Sesame enabled SPARQL query engine.
- Author:
- vassil
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORDIVariableBinding
public ORDIVariableBinding()
startQueryResult
public void startQueryResult(java.util.List<java.lang.String> list)
- Specified by:
startQueryResult
in interface org.openrdf.query.TupleQueryResultHandler
endQueryResult
public void endQueryResult()
- Specified by:
endQueryResult
in interface org.openrdf.query.TupleQueryResultHandler
handleSolution
public void handleSolution(org.openrdf.query.BindingSet bindingset)
throws org.openrdf.query.TupleQueryResultHandlerException
- Specified by:
handleSolution
in interface org.openrdf.query.TupleQueryResultHandler
- Throws:
org.openrdf.query.TupleQueryResultHandlerException