|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.core.QuerySolutionBase
com.hp.hpl.jena.query.QuerySolutionMap
public class QuerySolutionMap
Implementation of QuerySolution that is backed by an in-memory map.
| Constructor Summary | |
|---|---|
QuerySolutionMap()
|
|
| Method Summary | |
|---|---|
void |
add(String name,
com.hp.hpl.jena.rdf.model.RDFNode node)
|
void |
addAll(QuerySolution other)
Add all of the solutions from one QuerySolution into this QuerySolutionMap |
void |
addAll(QuerySolutionMap other)
Add all of the solutions from one QuerySolutionMap into this QuerySolutionMap |
void |
clear()
Clear this QuerySolutionMap |
String |
toString()
|
Iterator<String> |
varNames()
Iterate over the variable names (strings) in this QuerySolution. |
| Methods inherited from class com.hp.hpl.jena.sparql.core.QuerySolutionBase |
|---|
contains, get, getLiteral, getResource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuerySolutionMap()
| Method Detail |
|---|
public void add(String name,
com.hp.hpl.jena.rdf.model.RDFNode node)
public Iterator<String> varNames()
QuerySolution
varNames in interface QuerySolutionvarNames in class QuerySolutionBasepublic void addAll(QuerySolutionMap other)
public void addAll(QuerySolution other)
public void clear()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||