Class SPARQLRequestUtils
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.utils.SPARQLRequestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SPARQLRequest
merge
(SPARQLRequest req, SPARQLGraphPattern pattern) Merges the given graph pattern into the given request.
-
Constructor Details
-
SPARQLRequestUtils
public SPARQLRequestUtils()
-
-
Method Details
-
merge
Merges the given graph pattern into the given request. Returns aBGPRequest
if possible (namely, if the given request is aTriplePatternRequest
or aBGPRequest
and the given pattern is aBGP
or aTriplePattern
).
-