Class DynamicDatasets

java.lang.Object
org.apache.jena.sparql.core.DynamicDatasets

public class DynamicDatasets extends Object
  • 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 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.