Uses of Class
se.liu.ida.hefquin.engine.ValuesServiceQueryResolver.MyIllegalQueryException

Package
Description
 
  • Uses of ValuesServiceQueryResolver.MyIllegalQueryException in se.liu.ida.hefquin.engine

    Modifier and Type
    Method
    Description
    protected 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.