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