Class DynamicDatasets.DynamicDatasetGraph

All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, DatasetGraph, DatasetGraphWrapperView, Transactional
Enclosing class:
DynamicDatasets

public static class DynamicDatasets.DynamicDatasetGraph extends DatasetGraphReadOnly implements DatasetGraphWrapperView
  • Constructor Details

  • Method Details

    • getOriginal

      public DatasetGraph getOriginal()
      Returns the original dataset graph this DynamicDatasetGraph is based on. Never null.
    • getOriginalDefaultGraphs

      public Collection<org.apache.jena.graph.Node> getOriginalDefaultGraphs()
      Returns the collection of default graphs this DynamicDatasetGraph is based on.
      Implementation Note:
      This method returns the context's value for ARQConstants.symDatasetDefaultGraphs.
    • getOriginalNamedGraphs

      public Collection<org.apache.jena.graph.Node> getOriginalNamedGraphs()
      Returns the collection of named graphs this DynamicDatasetGraph is based on.
      Implementation Note:
      This method returns the context's value for ARQConstants.symDatasetNamedGraphs.