| Package | Description |
|---|---|
| org.apache.jena.sparql.core |
| Modifier and Type | Field and Description |
|---|---|
static DatasetGraphFactory.GraphMaker |
DatasetGraphFactory.graphMakerNull
A graph maker that doesn't make graphs
|
static DatasetGraphFactory.GraphMaker |
DatasetGraphFactory.memGraphMaker
A graph maker that create Jena default graphs
|
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
DatasetGraphMapLink.cloneStructure(DatasetGraph dsg,
DatasetGraphFactory.GraphMaker graphMaker)
Create a new
DatasetGraph that copies the dataset structure of default
graph and named graph and links to the graphs of the original DatasetGraph
Any new graphs needed are separate from the original dataset and created according
to the DatasetGraphFactory.GraphMaker. |
| Constructor and Description |
|---|
DatasetGraphMap(DatasetGraphFactory.GraphMaker graphMaker)
DatasetGraphMap with a specific policy for graph creation.
|
DatasetGraphMap(Graph defaultGraph,
DatasetGraphFactory.GraphMaker graphMaker) |
Licenced under the Apache License, Version 2.0