java.lang.Object
org.apache.jena.sparql.core.DynamicDatasets
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetGraph
dynamicDataset
(Collection<Node> defaultGraphs, Collection<Node> namedGraphs, DatasetGraph dsg, boolean defaultUnionGraph) Form aDatasetGraph
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.
-
Constructor Details
-
DynamicDatasets
public DynamicDatasets()
-
-
Method Details
-
dynamicDataset
public static Dataset dynamicDataset(DatasetDescription description, Dataset ds, boolean defaultUnionGraph) Given a DatasetDescription, form a Dataset that is the dynamic dataset over the base dataset. Returns the original Dataset if the dataset description is null or empty. -
dynamicDataset
public static DatasetGraph dynamicDataset(DatasetDescription description, DatasetGraph dsg, boolean defaultUnionGraph) Given a DatasetDescription, form a Dataset that is the dynamic dataset over the base dataset. Returns the original DatasetGraph if the dataset description is null or empty. -
dynamicDataset
public static DatasetGraph dynamicDataset(Collection<Node> defaultGraphs, Collection<Node> namedGraphs, DatasetGraph dsg, boolean defaultUnionGraph) Form aDatasetGraph
that is the dynamic dataset from the collections of graphs from the dataset that go to make up the default graph and named graphs.
-