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, size
public GraphReadOnly(Graph graph)
public void add(Triple t) throws AddDeniedException
add
in interface Graph
add
in class org.apache.jena.graph.impl.WrappedGraph
AddDeniedException
public void performAdd(Triple t) throws AddDeniedException
performAdd
in interface org.apache.jena.graph.impl.GraphWithPerform
performAdd
in class org.apache.jena.graph.impl.WrappedGraph
AddDeniedException
public void delete(Triple t) throws DeleteDeniedException
delete
in interface Graph
delete
in class org.apache.jena.graph.impl.WrappedGraph
DeleteDeniedException
public void performDelete(Triple t) throws DeleteDeniedException
performDelete
in interface org.apache.jena.graph.impl.GraphWithPerform
performDelete
in class org.apache.jena.graph.impl.WrappedGraph
DeleteDeniedException
public TransactionHandler getTransactionHandler()
getTransactionHandler
in interface Graph
getTransactionHandler
in class org.apache.jena.graph.impl.WrappedGraph
Licenced under the Apache License, Version 2.0