public class QuerySolutionWithEquals
extends com.hp.hpl.jena.sparql.core.QuerySolutionBase
| Constructor and Description |
|---|
QuerySolutionWithEquals(com.hp.hpl.jena.query.QuerySolution querySolution) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
_contains(String varName) |
protected com.hp.hpl.jena.rdf.model.RDFNode |
_get(String varName) |
static Map<String,com.hp.hpl.jena.rdf.model.RDFNode> |
createMap(com.hp.hpl.jena.query.QuerySolution querySolution) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Iterator<String> |
varNames() |
public QuerySolutionWithEquals(com.hp.hpl.jena.query.QuerySolution querySolution)
protected com.hp.hpl.jena.rdf.model.RDFNode _get(String varName)
_get in class com.hp.hpl.jena.sparql.core.QuerySolutionBaseprotected boolean _contains(String varName)
_contains in class com.hp.hpl.jena.sparql.core.QuerySolutionBasepublic Iterator<String> varNames()
varNames in interface com.hp.hpl.jena.query.QuerySolutionvarNames in class com.hp.hpl.jena.sparql.core.QuerySolutionBasepublic static Map<String,com.hp.hpl.jena.rdf.model.RDFNode> createMap(com.hp.hpl.jena.query.QuerySolution querySolution)
Copyright © 2015. All rights reserved.