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

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

Uses of DataSet in eu.larkc.core.data
 

Classes in eu.larkc.core.data that implement DataSet
 class DataSetImpl
          Default implementation of a data set.
 

Methods in eu.larkc.core.data that return DataSet
 DataSet SPARQLEndpoint.createDataSet(java.util.Collection<org.openrdf.model.URI> defaultGraphs, java.util.Collection<org.openrdf.model.URI> namedGraphs)
          Creates a SPARQL dataset from this endpoint.
 

Methods in eu.larkc.core.data with parameters of type DataSet
 void DataSet.addAll(DataSet theDataSet)
          Merges the current dataset with another one
 void DataSetImpl.addAll(DataSet ds)
           
 

Uses of DataSet in eu.larkc.core.query
 

Methods in eu.larkc.core.query that return DataSet
 DataSet RemoteSPARQLEndpoint.createDataSet(java.util.Collection<org.openrdf.model.URI> defaultGraphs, java.util.Collection<org.openrdf.model.URI> namedGraphs)
           
 DataSet LocalStoreSPARQLService.createDataSet(java.util.Collection<org.openrdf.model.URI> defaultGraphs, java.util.Collection<org.openrdf.model.URI> namedGraphs)
           
 DataSet SPARQLQueryImpl.getDataSet()
           
 DataSet SPARQLQuery.getDataSet()
          Gets the SPARQL dataset of this query.
 

Methods in eu.larkc.core.query with parameters of type DataSet
 void SPARQLQueryImpl.setDataSet(DataSet ds)
           
 void SPARQLQuery.setDataSet(DataSet ds)
          Sets the SPARQL dataset of this query.