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()
DatasetgetDefaultGraphs in interface Datasetpublic Set<IRI> getNamedGraphs()
DatasetgetNamedGraphs in interface Datasetpublic IRI getDefaultInsertGraph()
DatasetgetDefaultInsertGraph in interface Datasetpublic Set<IRI> getDefaultRemoveGraphs()
DatasetgetDefaultRemoveGraphs in interface DatasetCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.