public class AGQuerySolution extends Object implements com.hp.hpl.jena.query.QuerySolution
| Constructor and Description |
|---|
AGQuerySolution(BindingSet bs,
AGModel model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String varName) |
RDFNode |
get(String varName) |
Literal |
getLiteral(String varName) |
Resource |
getResource(String varName) |
String |
toString() |
Iterator<String> |
varNames() |
public AGQuerySolution(BindingSet bs, AGModel model)
public boolean contains(String varName)
contains in interface com.hp.hpl.jena.query.QuerySolutionpublic RDFNode get(String varName)
get in interface com.hp.hpl.jena.query.QuerySolutionpublic Literal getLiteral(String varName)
getLiteral in interface com.hp.hpl.jena.query.QuerySolutionpublic Resource getResource(String varName)
getResource in interface com.hp.hpl.jena.query.QuerySolutionpublic Iterator<String> varNames()
varNames in interface com.hp.hpl.jena.query.QuerySolutionCopyright © 2017 Franz Inc.. All rights reserved.