Class SPARQLResultVisitorFowarding<T>
java.lang.Object
org.aksw.jena_sparql_api.rx.io.resultset.SPARQLResultVisitorFowarding<T>
- All Implemented Interfaces:
SPARQLResultVisitor<T>
- Direct Known Subclasses:
SPARQLResultExVisitorFowarding
public abstract class SPARQLResultVisitorFowarding<T>
extends Object
implements SPARQLResultVisitor<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract SPARQLResultVisitor<T>onBooleanResult(Boolean value) onJsonItems(Iterator<org.apache.jena.atlas.json.JsonObject> it) onResultSet(org.apache.jena.query.ResultSet it) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.rx.io.resultset.SPARQLResultVisitor
forward
-
Constructor Details
-
SPARQLResultVisitorFowarding
public SPARQLResultVisitorFowarding()
-
-
Method Details
-
getDelegate
-
onBooleanResult
- Specified by:
onBooleanResultin interfaceSPARQLResultVisitor<T>
-
onResultSet
- Specified by:
onResultSetin interfaceSPARQLResultVisitor<T>
-
onJsonItems
- Specified by:
onJsonItemsin interfaceSPARQLResultVisitor<T>
-