Uses of Class
com.franz.agraph.jena.AGModel
Packages that use AGModel
Package
Description
Implementation of the
Jena RDF API 2.11.1
with extensions for
AllegroGraph
features.
-
Uses of AGModel in com.franz.agraph.jena
Subclasses of AGModel in com.franz.agraph.jenaModifier and TypeClassDescriptionclassImplements the Jena InfModel interface for AllegroGraph.Methods in com.franz.agraph.jena that return AGModelModifier and TypeMethodDescriptionAGStatement.getModel()AGModel.read(InputStream reader, String base) AGModel.read(InputStream reader, String base, String lang) Methods in com.franz.agraph.jena with parameters of type AGModelModifier and TypeMethodDescriptionstatic AGQueryExecutionstatic AGQueryExecutionAGQueryExecutionFactory.create(AGQuery query, AGModel model, org.apache.jena.query.QuerySolution initialBinding) static StatementAGStatement.toStatement(Triple t, AGModel eg) create a Statement from the tripletin the enhanced grapheg.Constructors in com.franz.agraph.jena with parameters of type AGModelModifierConstructorDescriptionAGInfModel(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)