net.fortytwo.sesametools
Class SimpleDatasetImpl

java.lang.Object
  extended by 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


Constructor Summary
SimpleDatasetImpl()
           
SimpleDatasetImpl(Set<org.openrdf.model.URI> defaultGraphs, Set<org.openrdf.model.URI> namedGraphs)
           
 
Method Summary
 Set<org.openrdf.model.URI> getDefaultGraphs()
           
 org.openrdf.model.URI getDefaultInsertGraph()
           
 Set<org.openrdf.model.URI> getDefaultRemoveGraphs()
           
 Set<org.openrdf.model.URI> getNamedGraphs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDatasetImpl

public SimpleDatasetImpl()

SimpleDatasetImpl

public SimpleDatasetImpl(Set<org.openrdf.model.URI> defaultGraphs,
                         Set<org.openrdf.model.URI> namedGraphs)
Method Detail

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.