org.topbraid.sesame2.graphstore
Class AbstractSesameGraphStore

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

public abstract class AbstractSesameGraphStore
extends AbstractSMGraphStore


Constructor Summary
AbstractSesameGraphStore(com.hp.hpl.jena.rdf.model.Resource moduleType)
           
 
Method Summary
 
Methods inherited from class org.topbraid.sparqlmotion.util.AbstractSMGraphStore
close, getBaseURI, getConfig, getFileExtensions, getGraph, getImageMetadata, isReadOnly, load, save, saveAs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSesameGraphStore

public AbstractSesameGraphStore(com.hp.hpl.jena.rdf.model.Resource moduleType)