public class UnmodifiableGraph extends 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, getWrapped, isClosed, isEmpty, isIsomorphicWith, remove, sizepublic UnmodifiableGraph(Graph base)
public Graph unwrap()
public void performAdd(Triple triple)
performAdd in interface GraphWithPerformperformAdd in class WrappedGraphpublic void performDelete(Triple triple)
performDelete in interface GraphWithPerformperformDelete in class WrappedGraphLicenced under the Apache License, Version 2.0