Uses of Class
org.apache.jena.sparql.core.GraphView
-
Packages that use GraphView Package Description org.apache.jena.sparql.core org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of GraphView in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return GraphView Modifier and Type Method Description static GraphViewGraphView. createDefaultGraph(DatasetGraph dsg)static GraphViewGraphView. createNamedGraph(DatasetGraph dsg, Node graphIRI)static GraphViewGraphView. createUnionGraph(DatasetGraph dsg) -
Uses of GraphView in org.apache.jena.sparql.core.mem
Subclasses of GraphView in org.apache.jena.sparql.core.mem Modifier and Type Class Description classGraphInMemoryAGraphViewspecialization that relies on theDatasetGraphInMemoryfrom which this graph is drawn to manage prefixes.
-