|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.core.DatasetGraphFactory
public class DatasetGraphFactory
| Nested Class Summary | |
|---|---|
static interface |
DatasetGraphFactory.GraphMaker
Interface for makign graphs when a dataset needs to add a new graph. |
| Field Summary | |
|---|---|
static DatasetGraphFactory.GraphMaker |
graphMakerNull
A graph maker that doesn't make graphs |
| Constructor Summary | |
|---|---|
DatasetGraphFactory()
|
|
| Method Summary | |
|---|---|
static DatasetGraph |
create(DatasetGraph dsg)
Create a DatasetGraph based on an existing one; this is a structure copy of the dataset struture but graphs are shared |
static DatasetGraph |
create(Graph graph)
Create a DatasetGraph starting with a single graph. |
static DatasetGraph |
createMem()
Create a DatasetGraph which has all graphs in memory. |
static DatasetGraph |
createMemFixed()
|
static DatasetGraph |
createOneGraph(Graph graph)
Create a DatasetGraph which only ever has a single default graph. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static DatasetGraphFactory.GraphMaker graphMakerNull
| Constructor Detail |
|---|
public DatasetGraphFactory()
| Method Detail |
|---|
public static DatasetGraph create(DatasetGraph dsg)
public static DatasetGraph create(Graph graph)
public static DatasetGraph createOneGraph(Graph graph)
public static DatasetGraph createMem()
public static DatasetGraph createMemFixed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||