public class GraphReadOnly extends org.apache.jena.graph.impl.WrappedGraph
emptyGraph| Constructor and Description |
|---|
GraphReadOnly(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Triple t) |
void |
delete(Triple t) |
TransactionHandler |
getTransactionHandler() |
void |
performAdd(Triple t) |
void |
performDelete(Triple t) |
clear, close, contains, contains, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizepublic GraphReadOnly(Graph graph)
public void add(Triple t) throws AddDeniedException
add in interface Graphadd in class org.apache.jena.graph.impl.WrappedGraphAddDeniedExceptionpublic void performAdd(Triple t) throws AddDeniedException
performAdd in interface org.apache.jena.graph.impl.GraphWithPerformperformAdd in class org.apache.jena.graph.impl.WrappedGraphAddDeniedExceptionpublic void delete(Triple t) throws DeleteDeniedException
delete in interface Graphdelete in class org.apache.jena.graph.impl.WrappedGraphDeleteDeniedExceptionpublic void performDelete(Triple t) throws DeleteDeniedException
performDelete in interface org.apache.jena.graph.impl.GraphWithPerformperformDelete in class org.apache.jena.graph.impl.WrappedGraphDeleteDeniedExceptionpublic TransactionHandler getTransactionHandler()
getTransactionHandler in interface GraphgetTransactionHandler in class org.apache.jena.graph.impl.WrappedGraphLicenced under the Apache License, Version 2.0