Uses of Class
com.franz.agraph.jena.AGModel
-
Uses of AGModel in com.franz.agraph.jena
Modifier and TypeClassDescriptionclass
Implements the Jena InfModel interface for AllegroGraph.Modifier and TypeMethodDescriptionAGStatement.getModel()
AGModel.read
(InputStream reader, String base) AGModel.read
(InputStream reader, String base, String lang) Modifier 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
.ModifierConstructorDescriptionAGInfModel
(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)