public final class ImmutableDataset extends Object implements org.openrdf.query.Dataset
A Dataset implementation which is immutable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableDataset.ImmutableDatasetBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDataset.ImmutableDatasetBuilder |
builder() |
boolean |
equals(Object theObj) |
Set<org.openrdf.model.IRI> |
getDefaultGraphs() |
org.openrdf.model.IRI |
getDefaultInsertGraph() |
Set<org.openrdf.model.IRI> |
getDefaultRemoveGraphs() |
Set<org.openrdf.model.IRI> |
getNamedGraphs() |
int |
hashCode() |
String |
toString() |
public Set<org.openrdf.model.IRI> getDefaultRemoveGraphs()
getDefaultRemoveGraphs in interface org.openrdf.query.Datasetpublic org.openrdf.model.IRI getDefaultInsertGraph()
getDefaultInsertGraph in interface org.openrdf.query.Datasetpublic Set<org.openrdf.model.IRI> getDefaultGraphs()
getDefaultGraphs in interface org.openrdf.query.Datasetpublic Set<org.openrdf.model.IRI> getNamedGraphs()
getNamedGraphs in interface org.openrdf.query.Datasetpublic static ImmutableDataset.ImmutableDatasetBuilder builder()
Copyright © 2010-2016 Stardog Union. All Rights Reserved.