Uses of Interface
org.topbraid.sparqlmotion.modules.IModule

Packages that use IModule
org.topbraid.sesame2.module   
org.topbraid.sesame2.module.loadSesameNativeRepository   
org.topbraid.sesame2.module.loadSesameRemoteRepository   
org.topbraid.sesame2.module.writeToSesameNativeRepository   
org.topbraid.sesame2.module.writeToSesameRemoteRepository   
org.topbraid.sparqlmotion.engine   
org.topbraid.sparqlmotion.engine.impl   
org.topbraid.sparqlmotion.modules   
org.topbraid.sparqlmotion.modules.impl   
org.topbraid.sparqlmotion.scripts   
org.topbraid.sparqlmotion.scripts.impl   
org.topbraid.spreadsheets.excel.module   
org.topbraid.spreadsheets.module   
 

Uses of IModule in org.topbraid.sesame2.module
 

Classes in org.topbraid.sesame2.module that implement IModule
 class AbstractWriteToSesameRepositoryModule
           
 

Uses of IModule in org.topbraid.sesame2.module.loadSesameNativeRepository
 

Classes in org.topbraid.sesame2.module.loadSesameNativeRepository that implement IModule
 class LoadSesameNativeRepositoryModule
           
 

Uses of IModule in org.topbraid.sesame2.module.loadSesameRemoteRepository
 

Classes in org.topbraid.sesame2.module.loadSesameRemoteRepository that implement IModule
 class LoadSesameRemoteRepositoryModule
           
 

Uses of IModule in org.topbraid.sesame2.module.writeToSesameNativeRepository
 

Classes in org.topbraid.sesame2.module.writeToSesameNativeRepository that implement IModule
 class WriteToSesameNativeRepositoryModule
           
 

Uses of IModule in org.topbraid.sesame2.module.writeToSesameRemoteRepository
 

Classes in org.topbraid.sesame2.module.writeToSesameRemoteRepository that implement IModule
 class WriteToSesameRemoteRepositoryModule
           
 

Uses of IModule in org.topbraid.sparqlmotion.engine
 

Methods in org.topbraid.sparqlmotion.engine with parameters of type IModule
 void IExecutionListener.notifyModule(IModule module)
           
 void IExecutionListener.warning(IModule module, java.lang.String message)
           
 

Uses of IModule in org.topbraid.sparqlmotion.engine.impl
 

Methods in org.topbraid.sparqlmotion.engine.impl with parameters of type IModule
 IExecutionContext ExecutionEngine.merge(java.util.Collection<IExecutionContext> others, IModule module)
           
protected  void AbstractExecutionEngine.notifyListenersModule(IModule module)
           
protected  void AbstractExecutionEngine.notifyListenersWarning(IModule module, java.lang.String message)
           
 

Uses of IModule in org.topbraid.sparqlmotion.modules
 

Subinterfaces of IModule in org.topbraid.sparqlmotion.modules
 interface IExecutableModule
          An IModule that can be executed, i.e.
 interface IOutputModule
           
 interface IRDFInputModule
           
 interface IRDFOutputModule
           
 interface IXMLInputModule
           
 interface IXMLOutputModule
           
 

Methods in org.topbraid.sparqlmotion.modules that return IModule
 IModule IModuleType.createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Collection<IModule> inputModules, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Methods in org.topbraid.sparqlmotion.modules that return types with arguments of type IModule
 java.util.Collection<IModule> IModule.getInputModules()
           
 

Method parameters in org.topbraid.sparqlmotion.modules with type arguments of type IModule
 IModule IModuleType.createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Collection<IModule> inputModules, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void IModule.setInputModules(java.util.Collection<IModule> values)
           
 

Uses of IModule in org.topbraid.sparqlmotion.modules.impl
 

Classes in org.topbraid.sparqlmotion.modules.impl that implement IModule
 class AbstractModule
           
 class AbstractRDFInputModule
           
 class AbstractRDFInputOutputModule
           
 class AbstractXMLInputModule
           
 class DummyModule
          Used as external input into Loops, pointing to the input Graph from the surrounding context.
 

Fields in org.topbraid.sparqlmotion.modules.impl with type parameters of type IModule
protected  java.util.Collection<IModule> AbstractModule.inputModules
           
 

Methods in org.topbraid.sparqlmotion.modules.impl that return IModule
 IModule GenericModuleType.createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Collection<IModule> inputModules, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Methods in org.topbraid.sparqlmotion.modules.impl that return types with arguments of type IModule
 java.util.Collection<IModule> DummyModule.getInputModules()
           
 java.util.Collection<IModule> AbstractRDFInputModule.getInputModules()
           
 java.util.Collection<IModule> AbstractModule.getInputModules()
           
 

Methods in org.topbraid.sparqlmotion.modules.impl with parameters of type IModule
static Document AbstractXMLInputModule.createXMLInput(IModule module, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static java.util.List<IXMLOutputModule> AbstractXMLInputModule.getXMLOutputPredecessors(IModule m)
           
 

Method parameters in org.topbraid.sparqlmotion.modules.impl with type arguments of type IModule
 IModule GenericModuleType.createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Collection<IModule> inputModules, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void DummyModule.setInputModules(java.util.Collection<IModule> values)
           
 void AbstractModule.setInputModules(java.util.Collection<IModule> values)
           
 

Uses of IModule in org.topbraid.sparqlmotion.scripts
 

Methods in org.topbraid.sparqlmotion.scripts that return IModule
protected  IModule ScriptFactory.createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Map<com.hp.hpl.jena.rdf.model.Resource,IModule> config2Module, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 IModule IScript.getModule(com.hp.hpl.jena.rdf.model.Resource config)
          Gets the IModule representing a given configuration Resource.
 

Methods in org.topbraid.sparqlmotion.scripts that return types with arguments of type IModule
 java.util.Set<IModule> IScript.getTargetModules()
          Gets a Set of all IModules that do not have any next modules.
 

Method parameters in org.topbraid.sparqlmotion.scripts with type arguments of type IModule
protected  IModule ScriptFactory.createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Map<com.hp.hpl.jena.rdf.model.Resource,IModule> config2Module, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static void ScriptUtil.enumerateModules(IScript script, java.util.Set<IModule> targets, java.util.List<IModule> modules)
           
static void ScriptUtil.enumerateModules(IScript script, java.util.Set<IModule> targets, java.util.List<IModule> modules)
           
 

Uses of IModule in org.topbraid.sparqlmotion.scripts.impl
 

Methods in org.topbraid.sparqlmotion.scripts.impl that return IModule
 IModule Script.getModule(com.hp.hpl.jena.rdf.model.Resource config)
           
 

Methods in org.topbraid.sparqlmotion.scripts.impl that return types with arguments of type IModule
 java.util.Set<IModule> Script.getTargetModules()
           
 

Methods in org.topbraid.sparqlmotion.scripts.impl with parameters of type IModule
 void Script.addTargetModule(IModule value)
           
 

Method parameters in org.topbraid.sparqlmotion.scripts.impl with type arguments of type IModule
 void Script.setConfig2Module(java.util.Map<com.hp.hpl.jena.rdf.model.Resource,IModule> value)
           
 

Uses of IModule in org.topbraid.spreadsheets.excel.module
 

Classes in org.topbraid.spreadsheets.excel.module that implement IModule
 class LoadExcelCellInstancesModule
           
 

Uses of IModule in org.topbraid.spreadsheets.module
 

Classes in org.topbraid.spreadsheets.module that implement IModule
 class LoadRDFFromSpreadsheetModule