Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGQuerySolution

java.lang.Object
  extended by com.franz.agraph.jena.AGQuerySolution
All Implemented Interfaces:
com.hp.hpl.jena.query.QuerySolution

public class AGQuerySolution
extends Object
implements com.hp.hpl.jena.query.QuerySolution

Implements the Jena QuerySolution interface for AllegroGraph.


Constructor Summary
AGQuerySolution(org.openrdf.query.BindingSet bs, AGModel model)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGQuerySolution

public AGQuerySolution(org.openrdf.query.BindingSet bs,
                       AGModel model)
Method Detail

contains

public boolean contains(String varName)
Specified by:
contains in interface com.hp.hpl.jena.query.QuerySolution

get

public com.hp.hpl.jena.rdf.model.RDFNode get(String varName)
Specified by:
get in interface com.hp.hpl.jena.query.QuerySolution

getLiteral

public com.hp.hpl.jena.rdf.model.Literal getLiteral(String varName)
Specified by:
getLiteral in interface com.hp.hpl.jena.query.QuerySolution

getResource

public com.hp.hpl.jena.rdf.model.Resource getResource(String varName)
Specified by:
getResource in interface com.hp.hpl.jena.query.QuerySolution

varNames

public Iterator<String> varNames()
Specified by:
varNames in interface com.hp.hpl.jena.query.QuerySolution

toString

public String toString()
Overrides:
toString in class Object

Copyright © 2008-2012 Franz Inc.