public class FallbackDataset extends Object implements Dataset, Serializable
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
fallback(Dataset primary,
Dataset fallback) |
Set<URI> |
getDefaultGraphs()
Gets the default graph URIs of this dataset.
|
URI |
getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.
|
Set<URI> |
getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.
|
Set<URI> |
getNamedGraphs()
Gets the named graph URIs of this dataset.
|
String |
toString() |
public Set<URI> getDefaultGraphs()
DatasetgetDefaultGraphs in interface Datasetpublic Set<URI> getNamedGraphs()
DatasetgetNamedGraphs in interface Datasetpublic URI getDefaultInsertGraph()
DatasetgetDefaultInsertGraph in interface Datasetpublic Set<URI> getDefaultRemoveGraphs()
DatasetgetDefaultRemoveGraphs in interface DatasetCopyright © 2001-2015 Aduna. All Rights Reserved.