Uses of Class
com.hp.hpl.jena.query.QuerySolutionMap

Packages that use QuerySolutionMap
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
 

Uses of QuerySolutionMap in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query with parameters of type QuerySolutionMap
 void QuerySolutionMap.addAll(QuerySolutionMap other)
          Add all of the solutions from one QuerySolutionMap into this QuerySolutionMap
 void ParameterizedSparqlString.setParams(QuerySolutionMap map)
          Sets the Parameters
 

Constructors in com.hp.hpl.jena.query with parameters of type QuerySolutionMap
ParameterizedSparqlString(QuerySolutionMap map)
          Creates a new parameterized string
ParameterizedSparqlString(QuerySolutionMap map, PrefixMapping prefixes)
          Creates a new parameterized string
ParameterizedSparqlString(String command, QuerySolutionMap map)
          Creates a new parameterized string
ParameterizedSparqlString(String command, QuerySolutionMap map, PrefixMapping prefixes)
          Creates a new parameterized string
ParameterizedSparqlString(String command, QuerySolutionMap map, String base)
          Creates a new parameterized string
ParameterizedSparqlString(String command, QuerySolutionMap map, String base, PrefixMapping prefixes)
          Creates a new parameterized string
 



Licenced under the Apache License, Version 2.0