Interface DatasetGraphWrapperView

All Superinterfaces:
org.apache.jena.atlas.lib.Closeable, DatasetGraph, Transactional
All Known Implementing Classes:
DatasetGraphFilteredView, DatasetGraphRDFS, DynamicDatasets.DynamicDatasetGraph

public interface DatasetGraphWrapperView extends DatasetGraph
Marker interface that indicates a DatasetGraphWrapper is one that defines a different view on the base dataset data. Hence, query should not access the wrapped dataset.
See Also: