eu.larkc.core.query
Class ORDIVariableBinding

java.lang.Object
  extended by eu.larkc.core.query.VariableBindingBase
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class eu.larkc.core.query.VariableBindingBase
VariableBindingBase.BindingIterator, VariableBindingBase.FinalBindingSet, VariableBindingBase.WrappedBinding
 
Nested classes/interfaces inherited from interface eu.larkc.core.data.VariableBinding
VariableBinding.Binding
 
Field Summary
 
Fields inherited from class eu.larkc.core.query.VariableBindingBase
vbbBNode, vbbPredicate
 
Constructor Summary
ORDIVariableBinding()
           
 
Method Summary
 void endQueryResult()
           
 void handleSolution(org.openrdf.query.BindingSet bindingset)
           
 void startQueryResult(java.util.List<java.lang.String> list)
           
 
Methods inherited from class eu.larkc.core.query.VariableBindingBase
getVariables, iterator, toRDF, toRDF
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORDIVariableBinding

public ORDIVariableBinding()
Method Detail

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