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
General operations for graphs over datasets where the datasets are
StorageRDF based.-
Field Summary
Fields inherited from class org.apache.jena.graph.impl.GraphBase
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMITFields inherited from interface org.apache.jena.graph.Graph
emptyGraph -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, syncMethods 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 Details
-
createDefaultGraphStorage
-
createNamedGraphStorage
public static GraphView createNamedGraphStorage(DatasetGraph dsg, Node graphIRI, StoragePrefixes prefixes) -
createUnionGraphStorage
-