|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.impl.WrappedGraph
com.hp.hpl.jena.sparql.graph.GraphReadOnly
public class GraphReadOnly
| Field Summary |
|---|
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Constructor Summary | |
|---|---|
GraphReadOnly(Graph graph)
|
|
| Method Summary | |
|---|---|
void |
add(Triple t)
|
void |
delete(Triple t)
|
BulkUpdateHandler |
getBulkUpdateHandler()
Deprecated. |
TransactionHandler |
getTransactionHandler()
|
void |
performAdd(Triple t)
|
void |
performDelete(Triple t)
|
| Methods inherited from class com.hp.hpl.jena.graph.impl.WrappedGraph |
|---|
clear, close, contains, contains, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, isClosed, isEmpty, isIsomorphicWith, remove, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphReadOnly(Graph graph)
| Method Detail |
|---|
public void add(Triple t)
throws AddDeniedException
add in interface Graphadd in interface GraphAddadd in class com.hp.hpl.jena.graph.impl.WrappedGraphAddDeniedException
public void performAdd(Triple t)
throws AddDeniedException
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.WrappedGraphAddDeniedException
public void delete(Triple t)
throws DeleteDeniedException
delete in interface Graphdelete in class com.hp.hpl.jena.graph.impl.WrappedGraphDeleteDeniedException
public 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.WrappedGraph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||