org.topbraid.sesame2.module
Class AbstractWriteToSesameRepositoryModule

java.lang.Object
  extended by org.topbraid.sparqlmotion.modules.impl.AbstractModule
      extended by org.topbraid.sparqlmotion.modules.impl.AbstractRDFInputModule
          extended by org.topbraid.sesame2.module.AbstractWriteToSesameRepositoryModule
All Implemented Interfaces:
IExecutableModule, IModule, IRDFInputModule
Direct Known Subclasses:
WriteToSesameNativeRepositoryModule, WriteToSesameRemoteRepositoryModule

public abstract class AbstractWriteToSesameRepositoryModule
extends AbstractRDFInputModule
implements IExecutableModule


Field Summary
 
Fields inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractModule
inputModules
 
Constructor Summary
AbstractWriteToSesameRepositoryModule()
           
 
Method Summary
protected  void addTriples(org.openrdf.repository.RepositoryConnection con, com.hp.hpl.jena.graph.Graph graph, org.eclipse.core.runtime.IProgressMonitor monitor)
           
protected  void finish(org.openrdf.repository.RepositoryConnection con, java.lang.String baseURI, org.eclipse.core.runtime.IProgressMonitor monitor)
           
protected  void setNamespaces(com.hp.hpl.jena.graph.Graph graph, org.openrdf.repository.RepositoryConnection con)
           
 
Methods inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractRDFInputModule
getInputModules, getRDFInput, getRDFInputModel, getRDFOutputPredecessors, setDefaultInputGraph
 
Methods inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractModule
bindInputURL, bindInputURL, createError, dumpNamespaces, getConfig, getConfigBoolean, getConfigFile, getConfigResource, getConfigString, getContext, getModuleLabel, getQueryStrings, getVarInsertion, init, moni, setContext, setInputModules, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.topbraid.sparqlmotion.modules.IExecutableModule
execute
 
Methods inherited from interface org.topbraid.sparqlmotion.modules.IModule
getConfig, getContext, getInputModules, init, setContext, setInputModules, validate
 

Constructor Detail

AbstractWriteToSesameRepositoryModule

public AbstractWriteToSesameRepositoryModule()
Method Detail

addTriples

protected void addTriples(org.openrdf.repository.RepositoryConnection con,
                          com.hp.hpl.jena.graph.Graph graph,
                          org.eclipse.core.runtime.IProgressMonitor monitor)
                   throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

finish

protected void finish(org.openrdf.repository.RepositoryConnection con,
                      java.lang.String baseURI,
                      org.eclipse.core.runtime.IProgressMonitor monitor)
               throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

setNamespaces

protected void setNamespaces(com.hp.hpl.jena.graph.Graph graph,
                             org.openrdf.repository.RepositoryConnection con)
                      throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException