Uses of Class
com.franz.agraph.jena.AGModel
Packages that use AGModel
-
Uses of AGModel in com.franz.agraph.jena
Subclasses of AGModel in com.franz.agraph.jenaModifier and TypeClassDescriptionclass
Implements 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 AGQueryExecution
static AGQueryExecution
AGQueryExecutionFactory.create
(AGQuery query, AGModel model, QuerySolution initialBinding) static Statement
AGStatement.toStatement
(Triple t, AGModel eg) create a Statement from the triplet
in 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)