org.apache.clerezza.rdf.core.sparql.query.impl
Class SimpleDataSet
java.lang.Object
org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDataSet
- All Implemented Interfaces:
- DataSet
public class SimpleDataSet
- extends Object
- implements DataSet
- Author:
- hasan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDataSet
public SimpleDataSet()
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.