org.topbraid.sesame2.graphstore
Class S2RGraphStore

java.lang.Object
  extended by org.topbraid.sparqlmotion.util.AbstractSMGraphStore
      extended by org.topbraid.sesame2.graphstore.AbstractSesameGraphStore
          extended by org.topbraid.sesame2.graphstore.S2RGraphStore
All Implemented Interfaces:
IGraphStore

public class S2RGraphStore
extends AbstractSesameGraphStore


Constructor Summary
S2RGraphStore()
           
 
Method Summary
 boolean isReadOnly(org.eclipse.core.resources.IFile file)
          Checks if a given IFile is read-only.
 
Methods inherited from class org.topbraid.sparqlmotion.util.AbstractSMGraphStore
close, getBaseURI, getConfig, getFileExtensions, getGraph, getImageMetadata, load, save, saveAs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S2RGraphStore

public S2RGraphStore()
Method Detail

isReadOnly

public boolean isReadOnly(org.eclipse.core.resources.IFile file)
Description copied from interface: IGraphStore
Checks if a given IFile is read-only. This is typically used for graph stores that just provide a view on some external data source, such as a D2RQ database (here: all files would be read-only), or for stores like the Sesame remote back-end where selected files may be read-only.

Specified by:
isReadOnly in interface IGraphStore
Overrides:
isReadOnly in class AbstractSMGraphStore
Returns:
true if this is a read-only store