org.apache.clerezza.rdf.core.sparql.query.impl
Class SimpleDataSet

java.lang.Object
  extended by org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDataSet
All Implemented Interfaces:
DataSet

public class SimpleDataSet
extends Object
implements DataSet

Author:
hasan

Constructor Summary
SimpleDataSet()
           
 
Method Summary
 Set<UriRef> getDefaultGraphs()
           
 Set<UriRef> getNamedGraphs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDataSet

public SimpleDataSet()
Method Detail

getDefaultGraphs

public Set<UriRef> getDefaultGraphs()
Specified by:
getDefaultGraphs in interface DataSet
Returns:
an empty set if no default graph is specified, otherwise a set of their UriRefs

getNamedGraphs

public Set<UriRef> getNamedGraphs()
Specified by:
getNamedGraphs in interface DataSet
Returns:
an empty set if no named graph is specified, otherwise a set of their UriRefs


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.