Uses of Interface
eu.larkc.core.data.SPARQLEndpoint

Packages that use SPARQLEndpoint
eu.larkc.core.data LarKC Data Layer API 
eu.larkc.core.query LarKC Data Layer API 
 

Uses of SPARQLEndpoint in eu.larkc.core.data
 

Subinterfaces of SPARQLEndpoint in eu.larkc.core.data
 interface RdfStoreConnection
          RdfStoreConnection is database-like connection to RDF repository.
 

Classes in eu.larkc.core.data that implement SPARQLEndpoint
 class RdfStoreConnectionImpl
          RdfStoreConnectionImpl is class to implement a connection to local RDF repository.
 

Methods in eu.larkc.core.data that return SPARQLEndpoint
 SPARQLEndpoint DataFactoryImpl.createSPARQLEndpoint(org.openrdf.model.URI uri)
          Create a connection to remote SPARQL endpoint.
 SPARQLEndpoint DataFactory.createSPARQLEndpoint(org.openrdf.model.URI uri)
          Creates a connection to remote SPARQL endpoint.
 SPARQLEndpoint DataSet.getSPARQLEndpoint()
          Get the SPARQL endpoint responsible for this dataset.
 SPARQLEndpoint DataSetImpl.getSPARQLEndpoint()
           
 

Constructors in eu.larkc.core.data with parameters of type SPARQLEndpoint
DataSetImpl(SPARQLEndpoint endpoint, java.util.Collection<org.openrdf.model.URI> defaultGraphs, java.util.Collection<org.openrdf.model.URI> namedGraphs)
          Instantiates a new data set impl.
RdfGraphDataSet(org.openrdf.model.URI graph, SPARQLEndpoint endpoint)
          Constructor
 

Uses of SPARQLEndpoint in eu.larkc.core.query
 

Classes in eu.larkc.core.query that implement SPARQLEndpoint
 class LocalStoreSPARQLService
          LocalStoreSPARQLService class implements SPARQL query evaluation over a local memory RDF Store.
 class RemoteSPARQLEndpoint
          RemoteSPARQLEndpoint class automates the result reading from a specific SPARQL endpoint available on the web.