Class ElementServiceWithParams
java.lang.Object
org.apache.jena.sparql.syntax.Element
org.apache.jena.sparql.syntax.ElementService
se.liu.ida.hefquin.jenaext.sparql.syntax.ElementServiceWithParams
public class ElementServiceWithParams
extends org.apache.jena.sparql.syntax.ElementService
This class extends
ElementService to represent SERVICE clauses
that use PARAMS(...), which is a HeFQUIN-specific extension to SERVICE.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionElementServiceWithParams(org.apache.jena.graph.Node n, org.apache.jena.sparql.syntax.Element el, boolean silent, Map<String, org.apache.jena.sparql.core.Var> paramVars) -
Method Summary
Modifier and TypeMethodDescriptionReturns the parameter-variable pairs listed inside the PARAMS(...) part of the SERVICE clause.Methods inherited from class org.apache.jena.sparql.syntax.ElementService
equalTo, getElement, getServiceNode, getSilent, hashCode, visitMethods inherited from class org.apache.jena.sparql.syntax.Element
equals, toString
-
Field Details
-
paramVars
-
-
Constructor Details
-
ElementServiceWithParams
public ElementServiceWithParams(org.apache.jena.graph.Node n, org.apache.jena.sparql.syntax.Element el, boolean silent, Map<String, org.apache.jena.sparql.core.Var> paramVars) - Parameters:
n- - the service node, an IRI or a variableel- - represents the graph pattern inside the SERVICE clausesilent- -trueif the SERVICE clause has the SILENT keywordparamVars- - the parameter-variable pairs listed inside PARAMS(...) where the keys correspond to the AS "..." names
-
-
Method Details
-
getParamVars
-