public interface DatasetAccessor
DatasetAccessorFactory
provides creators for
DatasetAccessor
s to local and remote (over HTTP) data.
local na dremoteDatasetAccessorFactory
Modifier and Type | Method and Description |
---|---|
void |
add(Model data)
Add statements to the default model of a Dataset
|
void |
add(String graphUri,
Model data)
Add statements to a named model of a Dataset
|
boolean |
containsModel(String graphURI)
Does the Dataset contain a named graph?
|
void |
deleteDefault()
Delete (which means clear) the default model of a Dataset
|
void |
deleteModel(String graphUri)
Delete a named model of a Dataset
|
Model |
getModel()
Get the default model of a Dataset
|
Model |
getModel(String graphUri)
Get a named model of a Dataset
|
void |
putModel(Model data)
Put (replace) the default model of a Dataset
|
void |
putModel(String graphUri,
Model data)
Put (create/replace) a named model of a Dataset
|
Model getModel()
boolean containsModel(String graphURI)
void putModel(Model data)
void deleteDefault()
void deleteModel(String graphUri)
void add(Model data)
Licenced under the Apache License, Version 2.0