Franz Inc, AllegroGraph

Uses of Class
com.franz.agraph.jena.AGModel

Packages that use AGModel
com.franz.agraph.jena   
 

Uses of AGModel in com.franz.agraph.jena
 

Subclasses of AGModel in com.franz.agraph.jena
 class AGInfModel
          Implements the Jena InfModel interface for AllegroGraph.
 

Methods in com.franz.agraph.jena that return AGModel
 AGModel AGModel.read(InputStream reader, String base)
           
 AGModel AGModel.read(InputStream reader, String base, String lang)
           
 

Methods in com.franz.agraph.jena with parameters of type AGModel
static AGQueryExecution AGQueryExecutionFactory.create(AGQuery query, AGModel model)
           
 

Constructors in com.franz.agraph.jena with parameters of type AGModel
AGInfModel(AGReasoner reasoner, AGModel baseModel)
           
AGQueryExecution(AGQuery query, AGModel model)
           
AGQuerySolution(BindingSet bs, AGModel model)
           
AGResultSet(TupleQueryResult result, AGModel model)
           
 


Copyright © 2008-2010 Franz Inc.