Uses of Class
org.apache.jena.sparql.core.DatasetGraphWrapper
-
Packages that use DatasetGraphWrapper Package Description org.apache.jena.rdfs org.apache.jena.sparql.core -
-
Uses of DatasetGraphWrapper in org.apache.jena.rdfs
Subclasses of DatasetGraphWrapper in org.apache.jena.rdfs Modifier and Type Class Description classDatasetGraphRDFS -
Uses of DatasetGraphWrapper in org.apache.jena.sparql.core
Subclasses of DatasetGraphWrapper in org.apache.jena.sparql.core Modifier and Type Class Description classDatasetGraphFilteredViewA read-onlyDatasetGraphthat applies a filter testing all triples and quads returned by accessing the data.classDatasetGraphMonitorDeprecated.Do not use.classDatasetGraphReadOnlyRead-only view of a DatasetGraph.classDatasetGraphViewGraphsWrap a DatasetGraph with implementations ofDatasetGraph.getDefaultGraph()andDatasetGraph.getGraph(org.apache.jena.graph.Node)that use the view graph mechanism.static classDynamicDatasets.DynamicDatasetGraph
-