public class UnmodifiableGraph extends com.hp.hpl.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, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizepublic UnmodifiableGraph(Graph base)
public Graph unwrap()
public void performAdd(Triple triple)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.WrappedGraphpublic void performDelete(Triple triple)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.WrappedGraphLicenced under the Apache License, Version 2.0