Class GraphViewStorage
- java.lang.Object
-
- org.apache.jena.graph.impl.GraphBase
-
- org.apache.jena.sparql.core.GraphView
-
- org.apache.jena.dboe.storage.system.GraphViewStorage
-
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Sync,Graph,GraphWithPerform,NamedGraph
public class GraphViewStorage extends GraphView
General operations for graphs over datasets where the datasets areStorageRDFbased.
-
-
Field Summary
-
Fields inherited from class org.apache.jena.graph.impl.GraphBase
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
-
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GraphViewcreateDefaultGraphStorage(DatasetGraph dsg, StoragePrefixes prefixes)static GraphViewcreateNamedGraphStorage(DatasetGraph dsg, Node graphIRI, StoragePrefixes prefixes)static GraphViewcreateUnionGraphStorage(DatasetGraph dsg, StoragePrefixes prefixes)-
Methods inherited from class org.apache.jena.sparql.core.GraphView
clear, createDefaultGraph, createNamedGraph, createUnionGraph, getCapabilities, getDataset, getGraphName, getTransactionHandler, performAdd, performDelete, remove, sync
-
Methods inherited from class org.apache.jena.graph.impl.GraphBase
add, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getPrefixMapping, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, size, toString, toString
-
-
-
-
Method Detail
-
createDefaultGraphStorage
public static GraphView createDefaultGraphStorage(DatasetGraph dsg, StoragePrefixes prefixes)
-
createNamedGraphStorage
public static GraphView createNamedGraphStorage(DatasetGraph dsg, Node graphIRI, StoragePrefixes prefixes)
-
createUnionGraphStorage
public static GraphView createUnionGraphStorage(DatasetGraph dsg, StoragePrefixes prefixes)
-
-