Interface SPARQLRequest
- All Superinterfaces:
DataRetrievalRequest
- All Known Subinterfaces:
BGPRequest
,TPFRequest
,TriplePatternRequest
- All Known Implementing Classes:
BGPRequestImpl
,SPARQLRequestImpl
,TPFRequestImpl
,TriplePatternRequestImpl
-
Method Summary
Modifier and TypeMethodDescriptionstatic SPARQLQuery
convertToQuery
(SPARQLGraphPattern pattern) default SPARQLQuery
getQuery()
Returns the SPARQL query for which solutions should be requested.Returns the graph pattern for which solutions should be requested, or null if this request is based on an actual SPARQL query (to be accessed via the methodgetQuery()
.Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalRequest
getExpectedVariables, toString
-
Method Details
-
getQueryPattern
SPARQLGraphPattern getQueryPattern()Returns the graph pattern for which solutions should be requested, or null if this request is based on an actual SPARQL query (to be accessed via the methodgetQuery()
. -
getQuery
Returns the SPARQL query for which solutions should be requested. -
convertToQuery
-