Franz Inc, AllegroGraph

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

Packages that use AGModel
com.franz.agraph.jena Implementation of the Jena RDF API 2.6.2 with extensions for AllegroGraph features. 
 

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.add(Statement[] statements)
           
 AGModel AGStatement.getModel()
           
 AGModel AGModel.read(InputStream reader, String base)
           
 AGModel AGModel.read(InputStream reader, String base, String lang)
           
 AGModel AGModel.remove(Statement[] statements)
           
 

Methods in com.franz.agraph.jena with parameters of type AGModel
static AGQueryExecution AGQueryExecutionFactory.create(AGQuery query, AGModel model)
           
static AGQueryExecution AGQueryExecutionFactory.create(AGQuery query, AGModel model, com.hp.hpl.jena.query.QuerySolution initialBinding)
           
static Statement AGStatement.toStatement(Triple t, AGModel eg)
          create a Statement from the triple _t_ in the enhanced graph _eg_.
 

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)
           
AGStatement(Resource subject, Property predicate, RDFNode object, AGModel model)
           
 


Copyright © 2008-2011 Franz Inc.