Class ModelFlowRDFConnection
java.lang.Object
org.aksw.jena_sparql_api.data_client.ModelFlowRDFConnection
- All Implemented Interfaces:
ModelFlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.rdfconnection.RDFConnectionprotected ModelFlowDriver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecConstruct(org.apache.jena.query.Query query) Create a new ModelFlow that wraps the result of the given construct queryexecUpdate(org.apache.jena.update.UpdateRequest updateRequest) In place transformation of the dataset referred to by this ModelFloworg.apache.jena.rdf.model.ModeltoModel()Iterator<org.apache.jena.graph.Triple>
-
Field Details
-
conn
protected org.apache.jena.rdfconnection.RDFConnection conn -
driver
-
-
Constructor Details
-
ModelFlowRDFConnection
public ModelFlowRDFConnection()
-
-
Method Details
-
execUpdate
Description copied from interface:ModelFlowIn place transformation of the dataset referred to by this ModelFlow- Specified by:
execUpdatein interfaceModelFlow- Returns:
-
execConstruct
Description copied from interface:ModelFlowCreate a new ModelFlow that wraps the result of the given construct query- Specified by:
execConstructin interfaceModelFlow- Returns:
-
toModel
public org.apache.jena.rdf.model.Model toModel() -
toTriples
-