Package org.aksw.jenax.arq.dataset.api
Interface DatasetGraphOneNg
- All Superinterfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.sparql.core.DatasetGraph,org.apache.jena.sparql.core.Transactional
- All Known Implementing Classes:
DatasetGraphOneNgImpl
public interface DatasetGraphOneNg
extends org.apache.jena.sparql.core.DatasetGraph
A dataset graph with only a single graph
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.graph.NodeReturn the node of the single graph that acts as its nameMethods 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, supportsTransactionsMethods 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
-
Method Details
-
getGraphNode
org.apache.jena.graph.Node getGraphNode()Return the node of the single graph that acts as its name
-