Class QuerySyntaxSubstituteScope

java.lang.Object
org.apache.jena.sparql.syntax.syntaxtransform.QuerySyntaxSubstituteScope

public class QuerySyntaxSubstituteScope extends Object
  • Constructor Details

    • QuerySyntaxSubstituteScope

      public QuerySyntaxSubstituteScope()
  • Method Details

    • scopeCheck

      public static void scopeCheck(Query query, Collection<Var> vars)
      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

      public static void checkPattern(Element element, Collection<Var> vars)