java.lang.Object
org.apache.jena.graph.impl.WrappedGraph
org.apache.jena.sparql.graph.GraphReadOnly
- All Implemented Interfaces:
Graph
,GraphWithPerform
- Direct Known Subclasses:
UnmodifiableGraph
-
Field Summary
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.graph.impl.WrappedGraph
close, contains, contains, dependsOn, find, find, getCapabilities, getEventManager, getWrapped, isClosed, isEmpty, isIsomorphicWith, size
-
Constructor Details
-
GraphReadOnly
-
-
Method Details
-
add
- Specified by:
add
in interfaceGraph
- Overrides:
add
in classWrappedGraph
- Throws:
AddDeniedException
-
performAdd
- Specified by:
performAdd
in interfaceGraphWithPerform
- Overrides:
performAdd
in classWrappedGraph
- Throws:
AddDeniedException
-
delete
- Specified by:
delete
in interfaceGraph
- Overrides:
delete
in classWrappedGraph
- Throws:
DeleteDeniedException
-
performDelete
- Specified by:
performDelete
in interfaceGraphWithPerform
- Overrides:
performDelete
in classWrappedGraph
- Throws:
DeleteDeniedException
-
remove
- Specified by:
remove
in interfaceGraph
- Overrides:
remove
in classWrappedGraph
-
clear
public void clear()- Specified by:
clear
in interfaceGraph
- Overrides:
clear
in classWrappedGraph
-
getTransactionHandler
- Specified by:
getTransactionHandler
in interfaceGraph
- Overrides:
getTransactionHandler
in classWrappedGraph
-
getPrefixMapping
- Specified by:
getPrefixMapping
in interfaceGraph
- Overrides:
getPrefixMapping
in classWrappedGraph
-