Package | Description |
---|---|
com.franz.agraph.jena |
Implementation of the
Jena RDF API 2.11.1
with extensions for
AllegroGraph
features.
|
Modifier and Type | Class and Description |
---|---|
class |
AGGraphUnion |
class |
AGInfGraph
Implements the Jena InfGraph interface for AllegroGraph.
|
Modifier and Type | Method and Description |
---|---|
AGGraph |
AGGraphMaker.createGraph() |
AGGraph |
AGGraphMaker.createGraph(String uri) |
AGGraph |
AGGraphMaker.createGraph(String uri,
boolean strict) |
AGGraph |
AGModel.getGraph() |
AGGraph |
AGGraphMaker.getGraph() |
AGGraph |
AGInfGraph.getRawGraph() |
AGGraph |
AGGraphMaker.getUnionOfAllGraphs()
Returns the union of all graphs (includes default graph).
|
AGGraph |
AGGraphMaker.openGraph() |
AGGraph |
AGGraphMaker.openGraph(String name) |
AGGraph |
AGGraphMaker.openGraph(String uri,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
AGGraphUnion |
AGGraphMaker.createUnion(AGGraph... graphs)
Returns a graph that is the union of specified graphs.
|
Constructor and Description |
---|
AGModel(AGGraph base) |
AGPrefixMapping(AGGraph graph) |
Copyright © 2024 Franz Inc.. All rights reserved.