|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SPARQLEndpoint
SPARQLEndpoint is interface to SPARQL endpoint. The interface is
| Method Summary | |
|---|---|
DataSet |
createDataSet(java.util.Collection<org.openrdf.model.URI> defaultGraphs,
java.util.Collection<org.openrdf.model.URI> namedGraphs)
Creates a SPARQL dataset from this endpoint. |
RdfGraph |
createRdfGraph(org.openrdf.model.URI graph)
Creates a named graph from this endpoint. |
boolean |
executeAsk(SPARQLQuery query)
Executes ASK query. |
SetOfStatements |
executeConstruct(SPARQLQuery query)
Executes CONSTRUCT or DESCRIBE query. |
VariableBinding |
executeSelect(SPARQLQuery query)
Executes SELECT query. |
| Method Detail |
|---|
DataSet createDataSet(java.util.Collection<org.openrdf.model.URI> defaultGraphs,
java.util.Collection<org.openrdf.model.URI> namedGraphs)
defaultGraphs - is list of default graphsnamedGraphs - is a list of named graphs
RdfGraph createRdfGraph(org.openrdf.model.URI graph)
graph - is the URI of the named graph
boolean executeAsk(SPARQLQuery query)
query - is ask query to be executed
SetOfStatements executeConstruct(SPARQLQuery query)
query - is construct or describe query to be executed
VariableBinding executeSelect(SPARQLQuery query)
query - is select query to be executed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||