Uses of Class
se.liu.ida.hefquin.engine.ValuesServiceQueryResolver.MyIllegalQueryException
Packages that use ValuesServiceQueryResolver.MyIllegalQueryException
-
Uses of ValuesServiceQueryResolver.MyIllegalQueryException in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that throw ValuesServiceQueryResolver.MyIllegalQueryExceptionModifier 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).protected static org.apache.jena.sparql.syntax.ElementData
ValuesServiceQueryResolver.merge
(org.apache.jena.sparql.syntax.ElementData valClause1, org.apache.jena.sparql.syntax.ElementData valClause2) Merges the two given VALUES clauses into a single one by creating a cross-product of their respective sets of solution mappings.