net.fortytwo.sesametools
Class SimpleDatasetImpl
java.lang.Object
net.fortytwo.sesametools.SimpleDatasetImpl
- All Implemented Interfaces:
- org.openrdf.query.Dataset
public class SimpleDatasetImpl
- extends Object
- implements org.openrdf.query.Dataset
Author: josh
Date: Apr 4, 2008
Time: 4:37:29 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDatasetImpl
public SimpleDatasetImpl()
SimpleDatasetImpl
public SimpleDatasetImpl(Set<org.openrdf.model.URI> defaultGraphs,
Set<org.openrdf.model.URI> namedGraphs)
getDefaultGraphs
public Set<org.openrdf.model.URI> getDefaultGraphs()
- Specified by:
getDefaultGraphs in interface org.openrdf.query.Dataset
getNamedGraphs
public Set<org.openrdf.model.URI> getNamedGraphs()
- Specified by:
getNamedGraphs in interface org.openrdf.query.Dataset
getDefaultInsertGraph
public org.openrdf.model.URI getDefaultInsertGraph()
- Specified by:
getDefaultInsertGraph in interface org.openrdf.query.Dataset
getDefaultRemoveGraphs
public Set<org.openrdf.model.URI> getDefaultRemoveGraphs()
- Specified by:
getDefaultRemoveGraphs in interface org.openrdf.query.Dataset
Copyright © 2013. All Rights Reserved.