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