public class GraphStoreFactory extends Object
| Constructor and Description |
|---|
GraphStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static GraphStore |
create()
Create an empty GraphStore with an empty default graph (in-memory)
|
static GraphStore |
create(Dataset dataset)
Create a GraphStore from a dataset so that updates apply to the graphs in the dataset.
|
static GraphStore |
create(DatasetGraph datasetGraph)
Create a GraphStore from a dataset (graph-level) so that updates apply to the graphs in the dataset.
|
static GraphStore |
create(Graph graph)
Create a GraphStore from a Graph
|
static GraphStore |
create(Model model)
Create a GraphStore from a Model
|
public static GraphStore create()
public static GraphStore create(Model model)
model - public static GraphStore create(Graph graph)
graph - public static GraphStore create(Dataset dataset)
dataset - UpdateExceptionpublic static GraphStore create(DatasetGraph datasetGraph)
datasetGraph - UpdateExceptionLicenced under the Apache License, Version 2.0