Class SPARQLRequestUtils
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.utils.SPARQLRequestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SPARQLRequestmerge(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 aBGPRequestif possible (namely, if the given request is aTriplePatternRequestor aBGPRequestand the given pattern is aBGPor aTriplePattern).
-