public class UnmodifiableGraph extends org.apache.jena.graph.impl.WrappedGraph
emptyGraph| Constructor and Description |
|---|
UnmodifiableGraph(Graph base) |
| Modifier and Type | Method and Description |
|---|---|
void |
performAdd(Triple triple) |
void |
performDelete(Triple triple) |
Graph |
unwrap()
Return base graph that this class protects.
|
add, clear, close, contains, contains, delete, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizepublic UnmodifiableGraph(Graph base)
public Graph unwrap()
public void performAdd(Triple triple)
performAdd in interface org.apache.jena.graph.impl.GraphWithPerformperformAdd in class org.apache.jena.graph.impl.WrappedGraphpublic void performDelete(Triple triple)
performDelete in interface org.apache.jena.graph.impl.GraphWithPerformperformDelete in class org.apache.jena.graph.impl.WrappedGraphLicenced under the Apache License, Version 2.0