public interface Dataset
| Modifier and Type | Method and Description |
|---|---|
Set<org.eclipse.rdf4j.model.IRI> |
getDefaultGraphs()
Gets the default graph URIs of this dataset.
|
org.eclipse.rdf4j.model.IRI |
getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.
|
Set<org.eclipse.rdf4j.model.IRI> |
getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.
|
Set<org.eclipse.rdf4j.model.IRI> |
getNamedGraphs()
Gets the named graph URIs of this dataset.
|
Set<org.eclipse.rdf4j.model.IRI> getDefaultRemoveGraphs()
org.eclipse.rdf4j.model.IRI getDefaultInsertGraph()
Set<org.eclipse.rdf4j.model.IRI> getDefaultGraphs()
Set<org.eclipse.rdf4j.model.IRI> getNamedGraphs()
Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.