Interface ModelFlow
- All Known Implementing Classes:
ModelFlowRDFConnection
public interface ModelFlow
-
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>
-
Method Details
-
execUpdate
In place transformation of the dataset referred to by this ModelFlow- Parameters:
updateRequest-- Returns:
-
execConstruct
Create a new ModelFlow that wraps the result of the given construct query- Parameters:
query-- Returns:
-
toModel
org.apache.jena.rdf.model.Model toModel() -
toTriples
Iterator<org.apache.jena.graph.Triple> toTriples()
-