Module org.apache.jena.arq
Class QuerySyntaxSubstituteScope
java.lang.Object
org.apache.jena.sparql.syntax.syntaxtransform.QuerySyntaxSubstituteScope
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkPattern
(Element element, Collection<Var> vars) static void
scopeCheck
(Query query, Collection<Var> vars) Check that the query can be transformed by replacing the variables with values.
-
Constructor Details
-
QuerySyntaxSubstituteScope
public QuerySyntaxSubstituteScope()
-
-
Method Details
-
scopeCheck
Check that the query can be transformed by replacing the variables with values. For example, an assigned variables (AS ?var
) can not be replace by a value. -
checkPattern
-