|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSet
SetOfStatements passed by references using a SPARQL dataset. Please note that the current type represents all the statements retrieved from union of all default and named graphs.
Method Summary | |
---|---|
void |
addAll(DataSet theDataSet)
Merges the current dataset with another one |
java.util.Set<RdfGraph> |
getDefaultGraphs()
Gets the default graph URIs of this dataset. |
java.util.Set<RdfGraph> |
getNamedGraphs()
Gets the named graph URIs of this dataset. |
SPARQLEndpoint |
getSPARQLEndpoint()
Get the SPARQL endpoint responsible for this dataset. |
Methods inherited from interface eu.larkc.core.data.SetOfStatements |
---|
getStatements |
Methods inherited from interface eu.larkc.core.data.InformationSet |
---|
toRDF |
Method Detail |
---|
java.util.Set<RdfGraph> getDefaultGraphs()
java.util.Set<RdfGraph> getNamedGraphs()
void addAll(DataSet theDataSet)
theDataSet
- to be merged withSPARQLEndpoint getSPARQLEndpoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |