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, 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 com.hp.hpl.jena.graph.impl.WrappedGraphAddDeniedExceptionpublic void performAdd(Triple t) throws AddDeniedException
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.WrappedGraphAddDeniedExceptionpublic void delete(Triple t) throws DeleteDeniedException
delete in interface Graphdelete in class com.hp.hpl.jena.graph.impl.WrappedGraphDeleteDeniedExceptionpublic void performDelete(Triple t) throws DeleteDeniedException
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.WrappedGraphDeleteDeniedExceptionpublic TransactionHandler getTransactionHandler()
getTransactionHandler in interface GraphgetTransactionHandler in class com.hp.hpl.jena.graph.impl.WrappedGraph@Deprecated public BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler in interface GraphgetBulkUpdateHandler in class com.hp.hpl.jena.graph.impl.WrappedGraphLicenced under the Apache License, Version 2.0