Class GraphSPARQLService

java.lang.Object
org.apache.jena.graph.impl.GraphBase
org.apache.jena.sparql.graph.GraphSPARQLService
All Implemented Interfaces:
org.apache.jena.graph.Graph, org.apache.jena.graph.impl.GraphWithPerform

public class GraphSPARQLService extends org.apache.jena.graph.impl.GraphBase implements org.apache.jena.graph.Graph
This class provides the Jena Graph interface to a remote SPARQL endpoint. Efficiency not guaranteed.
  • Field Summary

    Fields inherited from class org.apache.jena.graph.impl.GraphBase

    TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT

    Fields inherited from interface org.apache.jena.graph.Graph

    emptyGraph
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GraphSPARQLService(String serviceURI, String graphIRI)
     
  • Method Summary

    Methods inherited from class org.apache.jena.graph.impl.GraphBase

    add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, remove, size, toString, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.jena.graph.Graph

    add, add, clear, close, contains, contains, delete, delete, dependsOn, find, find, find, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size, sizeLong, stream, stream
  • Constructor Details

    • GraphSPARQLService

      public GraphSPARQLService(String serviceURI)
    • GraphSPARQLService

      public GraphSPARQLService(String serviceURI, String graphIRI)