java.lang.Object
org.apache.jena.sparql.graph.GraphWrapper
org.apache.jena.sparql.core.NamedGraphWrapper
- All Implemented Interfaces:
Graph,NamedGraph
Add a name to a graph.
- See Also:
-
Field Summary
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.sparql.graph.GraphWrapper
add, clear, close, contains, contains, delete, dependsOn, find, find, get, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jena.graph.Graph
add, add, clear, close, contains, contains, delete, delete, dependsOn, find, find, find, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size, stream, stream
-
Constructor Details
-
NamedGraphWrapper
-
-
Method Details
-
getGraphName
Description copied from interface:NamedGraphReturn the graph name for this graph. Blank nodes can be used.A named graph of "null" is discouraged - use
Quad.defaultGraphIRIfor a default graph in the context of use.- Specified by:
getGraphNamein interfaceNamedGraph
-
toString
-