org.apache.clerezza.rdf.core.sparql.query
Interface DataSet
- All Known Implementing Classes:
- SimpleDataSet
public interface DataSet
This interface definition is not yet stable and may change in future.
- Author:
- hasan
getDefaultGraphs
Set<UriRef> getDefaultGraphs()
- Returns:
- an empty set if no default graph is specified,
otherwise a set of their UriRefs
getNamedGraphs
Set<UriRef> getNamedGraphs()
- 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.