public class GraphReadOnly extends com.hp.hpl.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) |
BulkUpdateHandler |
getBulkUpdateHandler()
Deprecated.
|
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 interface GraphAdd
add
in class com.hp.hpl.jena.graph.impl.WrappedGraph
AddDeniedException
public void performAdd(Triple t) throws AddDeniedException
performAdd
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performAdd
in class com.hp.hpl.jena.graph.impl.WrappedGraph
AddDeniedException
public void delete(Triple t) throws DeleteDeniedException
delete
in interface Graph
delete
in class com.hp.hpl.jena.graph.impl.WrappedGraph
DeleteDeniedException
public void performDelete(Triple t) throws DeleteDeniedException
performDelete
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performDelete
in class com.hp.hpl.jena.graph.impl.WrappedGraph
DeleteDeniedException
public TransactionHandler getTransactionHandler()
getTransactionHandler
in interface Graph
getTransactionHandler
in class com.hp.hpl.jena.graph.impl.WrappedGraph
@Deprecated public BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler
in interface Graph
getBulkUpdateHandler
in class com.hp.hpl.jena.graph.impl.WrappedGraph
Licenced under the Apache License, Version 2.0