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, size
public UnmodifiableGraph(Graph base)
public Graph unwrap()
public void performAdd(Triple triple)
performAdd
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performAdd
in class com.hp.hpl.jena.graph.impl.WrappedGraph
public void performDelete(Triple triple)
performDelete
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performDelete
in class com.hp.hpl.jena.graph.impl.WrappedGraph
Licenced under the Apache License, Version 2.0