org.topbraid.sparqlmotion.modules
Interface IRDFInputModule

All Superinterfaces:
IModule
All Known Implementing Classes:
AbstractRDFInputModule, AbstractRDFInputOutputModule, AbstractWriteToSesameRepositoryModule, LoadRDFFromSpreadsheetModule, WriteToSesameNativeRepositoryModule, WriteToSesameRemoteRepositoryModule

public interface IRDFInputModule
extends IModule


Method Summary
 com.hp.hpl.jena.graph.Graph getRDFInput(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void setDefaultInputGraph(com.hp.hpl.jena.graph.Graph value)
          Sets the Graph that shall be used if no other input has been specified for this module.
 
Methods inherited from interface org.topbraid.sparqlmotion.modules.IModule
getConfig, getContext, getInputModules, init, setContext, setInputModules, validate
 

Method Detail

getRDFInput

com.hp.hpl.jena.graph.Graph getRDFInput(org.eclipse.core.runtime.IProgressMonitor monitor)
                                        throws java.lang.Throwable
Throws:
java.lang.Throwable

setDefaultInputGraph

void setDefaultInputGraph(com.hp.hpl.jena.graph.Graph value)
Sets the Graph that shall be used if no other input has been specified for this module. This enables programmers to pass in arbitrary Graphs into a script that would otherwise start with an empty graph.

Parameters:
value - the Graph to start with