org.topbraid.sparqlmotion.modules
Interface IRDFOutputModule

All Superinterfaces:
IModule, IOutputModule
All Known Implementing Classes:
AbstractRDFInputOutputModule, DummyModule, LoadExcelCellInstancesModule, LoadRDFFromSpreadsheetModule, LoadSesameNativeRepositoryModule, LoadSesameRemoteRepositoryModule

public interface IRDFOutputModule
extends IOutputModule


Method Summary
 com.hp.hpl.jena.graph.Graph getRDFOutput(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from interface org.topbraid.sparqlmotion.modules.IModule
getConfig, getContext, getInputModules, init, setContext, setInputModules, validate
 

Method Detail

getRDFOutput

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