java.lang.Object
org.apache.jena.sparql.graph.GraphWrapper
- All Implemented Interfaces:
Graph
- Direct Known Subclasses:
BufferingGraph
,GraphRDFS
,GraphTxn
,NamedGraphWrapper
Graph wrapper
-
Field Summary
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphWrapper
-
-
Method Details
-
get
-
add
- Specified by:
add
in interfaceGraph
- Throws:
AddDeniedException
-
dependsOn
-
getTransactionHandler
- Specified by:
getTransactionHandler
in interfaceGraph
-
getCapabilities
- Specified by:
getCapabilities
in interfaceGraph
-
getEventManager
- Specified by:
getEventManager
in interfaceGraph
-
getPrefixMapping
- Specified by:
getPrefixMapping
in interfaceGraph
-
delete
- Specified by:
delete
in interfaceGraph
- Throws:
DeleteDeniedException
-
find
-
find
-
isIsomorphicWith
- Specified by:
isIsomorphicWith
in interfaceGraph
-
contains
-
contains
-
close
public void close() -
isEmpty
public boolean isEmpty() -
size
public int size() -
isClosed
public boolean isClosed() -
clear
public void clear() -
remove
-