Module org.apache.jena.arq
Package org.apache.jena.sparql.core
Class DynamicDatasets.DynamicDatasetGraph
java.lang.Object
org.apache.jena.sparql.core.DatasetGraphWrapper
org.apache.jena.sparql.core.DatasetGraphReadOnly
org.apache.jena.sparql.core.DynamicDatasets.DynamicDatasetGraph
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable
,org.apache.jena.atlas.lib.Sync
,DatasetGraph
,DatasetGraphWrapperView
,Transactional
- Enclosing class:
- DynamicDatasets
public static class DynamicDatasets.DynamicDatasetGraph
extends DatasetGraphReadOnly
implements DatasetGraphWrapperView
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the original dataset graph this DynamicDatasetGraph is based on.Collection<org.apache.jena.graph.Node>
Returns the collection of default graphs this DynamicDatasetGraph is based on.Collection<org.apache.jena.graph.Node>
Returns the collection of named graphs this DynamicDatasetGraph is based on.Methods inherited from class org.apache.jena.sparql.core.DatasetGraphReadOnly
begin, close, getDefaultGraph, getGraph
Methods inherited from class org.apache.jena.sparql.core.DatasetGraphWrapper
abort, add, add, addGraph, begin, begin, clear, commit, contains, contains, containsGraph, delete, delete, deleteAny, end, find, find, find, findNG, getBase, getBaseForQuery, getContext, getLock, getUnionGraph, getWrapped, isEmpty, isInTransaction, listGraphNodes, prefixes, promote, promote, removeGraph, size, supportsTransactionAbort, supportsTransactions, sync, toString, transactionMode, transactionType, unwrap
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.core.DatasetGraph
add, add, addAll, addGraph, clear, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, getUnionGraph, isEmpty, listGraphNodes, prefixes, removeGraph, size, stream, stream, supportsTransactionAbort, supportsTransactions
Methods inherited from interface org.apache.jena.sparql.core.Transactional
abort, begin, begin, begin, calc, calculate, calculateRead, calculateWrite, commit, end, exec, execute, executeRead, executeWrite, isInTransaction, promote, promote, transactionMode, transactionType
-
Constructor Details
-
DynamicDatasetGraph
-
-
Method Details
-
getOriginal
Returns the original dataset graph this DynamicDatasetGraph is based on. Never null. -
getOriginalDefaultGraphs
Returns the collection of default graphs this DynamicDatasetGraph is based on.- Implementation Note:
- This method returns the context's value for
ARQConstants.symDatasetDefaultGraphs
.
-
getOriginalNamedGraphs
Returns the collection of named graphs this DynamicDatasetGraph is based on.- Implementation Note:
- This method returns the context's value for
ARQConstants.symDatasetNamedGraphs
.
-