Interface ModelFlow

All Known Implementing Classes:
ModelFlowRDFConnection

public interface ModelFlow
  • Method Summary

    Modifier and Type
    Method
    Description
    execConstruct(org.apache.jena.query.Query query)
    Create a new ModelFlow that wraps the result of the given construct query
    execUpdate(org.apache.jena.update.UpdateRequest updateRequest)
    In place transformation of the dataset referred to by this ModelFlow
    org.apache.jena.rdf.model.Model
     
    Iterator<org.apache.jena.graph.Triple>
     
  • Method Details

    • execUpdate

      ModelFlow execUpdate(org.apache.jena.update.UpdateRequest updateRequest)
      In place transformation of the dataset referred to by this ModelFlow
      Parameters:
      updateRequest -
      Returns:
    • execConstruct

      ModelFlow execConstruct(org.apache.jena.query.Query query)
      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()