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() |
TransactionHandler |
getTransactionHandler() |
void |
performAdd(Triple t) |
void |
performDelete(Triple t) |
close, contains, contains, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, sizepublic GraphReadOnly(Graph graph)
public void add(Triple t) throws AddDeniedException
add in interface GraphAddadd 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.WrappedGraphpublic BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler in interface GraphgetBulkUpdateHandler in class com.hp.hpl.jena.graph.impl.WrappedGraphLicenced under the Apache License, Version 2.0