public class DynamicDatasets extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicDatasets.DynamicDatasetGraph |
| Constructor and Description |
|---|
DynamicDatasets() |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
dynamicDataset(Collection<Node> defaultGraphs,
Collection<Node> namedGraphs,
DatasetGraph dsg,
boolean defaultUnionGraph)
Form a
DatasetGraph that is the dynamic dataset from the collections of
graphs from the dataset that go to make up the default graph and named graphs. |
static Dataset |
dynamicDataset(DatasetDescription description,
Dataset ds,
boolean defaultUnionGraph)
Given a DatasetDescription, form a Dataset that is the dynamic dataset over the
base dataset.
|
static DatasetGraph |
dynamicDataset(DatasetDescription description,
DatasetGraph dsg,
boolean defaultUnionGraph)
Given a DatasetDescription, form a Dataset that is the dynamic dataset over the
base dataset.
|
public static Dataset dynamicDataset(DatasetDescription description, Dataset ds, boolean defaultUnionGraph)
public static DatasetGraph dynamicDataset(DatasetDescription description, DatasetGraph dsg, boolean defaultUnionGraph)
public static DatasetGraph dynamicDataset(Collection<Node> defaultGraphs, Collection<Node> namedGraphs, DatasetGraph dsg, boolean defaultUnionGraph)
DatasetGraph that is the dynamic dataset from the collections of
graphs from the dataset that go to make up the default graph and named graphs.Licenced under the Apache License, Version 2.0