Uses of Class
se.liu.ida.hefquin.engine.ValuesServiceQueryResolver.MyUnsupportedQueryException
Packages that use ValuesServiceQueryResolver.MyUnsupportedQueryException
-
Uses of ValuesServiceQueryResolver.MyUnsupportedQueryException in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that throw ValuesServiceQueryResolver.MyUnsupportedQueryExceptionModifier and TypeMethodDescriptionprotected static List
<org.apache.jena.sparql.syntax.Element> ValuesServiceQueryResolver.expandValuesPlusServicePattern
(List<org.apache.jena.sparql.syntax.Element> elmts) Rewrites the given list of query elements (if needed).protected static List
<org.apache.jena.sparql.syntax.Element> ValuesServiceQueryResolver.expandValuesPlusServicePattern
(List<org.apache.jena.sparql.syntax.Element> elmts, org.apache.jena.sparql.syntax.ElementData valClause, int startPos) Rewrites the given list of query elements by using the solution mappings of the given VALUES clause as a basis, and starting only from the given position within the list (i.e., list elements that are at an earlier position in the list are ignored).