| |
|
| java.lang.Object org.openrdf.query.impl.DatasetImpl
DatasetImpl | public class DatasetImpl implements Dataset(Code) | | author: Arjohn Kampman |
DatasetImpl | public DatasetImpl()(Code) | | |
addDefaultGraph | public void addDefaultGraph(URI graphURI)(Code) | | Adds a graph URI to the set of default graph URIs.
|
addNamedGraph | public void addNamedGraph(URI graphURI)(Code) | | Adds a graph URI to the set of named graph URIs.
|
clear | public void clear()(Code) | | Removes all graph URIs (both default and named) from this dataset.
|
getNamedGraphs | public Set<URI> getNamedGraphs()(Code) | | Gets the (unmodifiable) set of named graph URIs.
|
removeDefaultGraph | public boolean removeDefaultGraph(URI graphURI)(Code) | | Removes a graph URI from the set of default graph URIs.
true if the URI was removed from the set,false if the set did not contain the URI. |
removeNamedGraph | public boolean removeNamedGraph(URI graphURI)(Code) | | Removes a graph URI from the set of named graph URIs.
true if the URI was removed from the set,false if the set did not contain the URI. |
|
|
|