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