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.QuerySolution
public RDFNode get(String varName)
get
in interface com.hp.hpl.jena.query.QuerySolution
public Literal getLiteral(String varName)
getLiteral
in interface com.hp.hpl.jena.query.QuerySolution
public Resource getResource(String varName)
getResource
in interface com.hp.hpl.jena.query.QuerySolution
public Iterator<String> varNames()
varNames
in interface com.hp.hpl.jena.query.QuerySolution
Copyright © 2017 Franz Inc.. All rights reserved.