com.hp.hpl.jena.sparql.graph
Class GraphReadOnly

java.lang.Object
  extended by com.hp.hpl.jena.graph.impl.WrappedGraph
      extended by com.hp.hpl.jena.sparql.graph.GraphReadOnly
All Implemented Interfaces:
Graph, GraphAdd, com.hp.hpl.jena.graph.impl.GraphWithPerform

public class GraphReadOnly
extends com.hp.hpl.jena.graph.impl.WrappedGraph


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

GraphReadOnly

public GraphReadOnly(Graph graph)
Method Detail

add

public void add(Triple t)
         throws AddDeniedException
Specified by:
add in interface Graph
Specified by:
add in interface GraphAdd
Overrides:
add in class com.hp.hpl.jena.graph.impl.WrappedGraph
Throws:
AddDeniedException

performAdd

public void performAdd(Triple t)
                throws AddDeniedException
Specified by:
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
Overrides:
performAdd in class com.hp.hpl.jena.graph.impl.WrappedGraph
Throws:
AddDeniedException

delete

public void delete(Triple t)
            throws DeleteDeniedException
Specified by:
delete in interface Graph
Overrides:
delete in class com.hp.hpl.jena.graph.impl.WrappedGraph
Throws:
DeleteDeniedException

performDelete

public void performDelete(Triple t)
                   throws DeleteDeniedException
Specified by:
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
Overrides:
performDelete in class com.hp.hpl.jena.graph.impl.WrappedGraph
Throws:
DeleteDeniedException

getTransactionHandler

public TransactionHandler getTransactionHandler()
Specified by:
getTransactionHandler in interface Graph
Overrides:
getTransactionHandler in class com.hp.hpl.jena.graph.impl.WrappedGraph

getBulkUpdateHandler

@Deprecated
public BulkUpdateHandler getBulkUpdateHandler()
Deprecated. 

Specified by:
getBulkUpdateHandler in interface Graph
Overrides:
getBulkUpdateHandler in class com.hp.hpl.jena.graph.impl.WrappedGraph


Licenced under the Apache License, Version 2.0