Package | Description |
---|---|
com.franz.agraph.jena |
Implementation of the
Jena RDF API 2.11.1
with extensions for
AllegroGraph
features.
|
Modifier and Type | Method and Description |
---|---|
static AGQuery |
AGQueryFactory.create(org.openrdf.query.QueryLanguage language,
String queryString) |
static AGQuery |
AGQueryFactory.create(String queryString) |
Modifier and Type | Method and Description |
---|---|
static AGQueryExecution |
AGQueryExecutionFactory.create(AGQuery query,
AGModel model) |
static AGQueryExecution |
AGQueryExecutionFactory.create(AGQuery query,
AGModel model,
com.hp.hpl.jena.query.QuerySolution initialBinding) |
Constructor and Description |
---|
AGQueryExecution(AGQuery query,
AGModel model) |