java.lang.Object
org.apache.jena.graph.impl.WrappedGraph
org.apache.jena.sparql.graph.UnmodifiableGraph
- All Implemented Interfaces:
Graph
,GraphWithPerform
-
Field Summary
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
performAdd
(Triple triple) void
performDelete
(Triple triple) unwrap()
Return base graph that this class protects.Methods inherited from class org.apache.jena.graph.impl.WrappedGraph
add, clear, close, contains, contains, delete, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, getWrapped, isClosed, isEmpty, isIsomorphicWith, remove, size
-
Constructor Details
-
UnmodifiableGraph
-
-
Method Details
-
unwrap
Return base graph that this class protects. Caveat emptor. -
performAdd
- Specified by:
performAdd
in interfaceGraphWithPerform
- Overrides:
performAdd
in classWrappedGraph
-
performDelete
- Specified by:
performDelete
in interfaceGraphWithPerform
- Overrides:
performDelete
in classWrappedGraph
-