public class FallbackDataset extends Object implements Dataset, Serializable
Modifier and Type | Method and Description |
---|---|
static Dataset |
fallback(Dataset primary,
Dataset fallback) |
Set<IRI> |
getDefaultGraphs()
Gets the default graph URIs of this dataset.
|
IRI |
getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.
|
Set<IRI> |
getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.
|
Set<IRI> |
getNamedGraphs()
Gets the named graph URIs of this dataset.
|
String |
toString() |
public Set<IRI> getDefaultGraphs()
Dataset
getDefaultGraphs
in interface Dataset
public Set<IRI> getNamedGraphs()
Dataset
getNamedGraphs
in interface Dataset
public IRI getDefaultInsertGraph()
Dataset
getDefaultInsertGraph
in interface Dataset
public Set<IRI> getDefaultRemoveGraphs()
Dataset
getDefaultRemoveGraphs
in interface Dataset
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.