Uses of Class
net.sf.pipet.api.ModuleAttributes

Packages that use ModuleAttributes
net.sf.pipet.api   
 

Uses of ModuleAttributes in net.sf.pipet.api
 

Subclasses of ModuleAttributes in net.sf.pipet.api
 class ModuleDefinition
          A module definition which can be part of a pipeline setup.
 

Fields in net.sf.pipet.api declared as ModuleAttributes
static ModuleAttributes ModuleAttributes.EMPTY
           
 

Methods in net.sf.pipet.api that return ModuleAttributes
 ModuleAttributes ModuleData.getAttributes()
          Returns the module's configuration.
 ModuleAttributes ModuleDefinition.getInterfaceRoot()
           
 ModuleAttributes ModuleAttributes.getInterfaceRoot()
           
 ModuleAttributes ModuleAttributes.getParent()
          Returns the parent of this object (may be null).
 ModuleAttributes ModuleAttributes.getRoot()
          Returns the root of this object, which is this, if this has no parent; or the root of the parent, otherwise.
 

Methods in net.sf.pipet.api with parameters of type ModuleAttributes
 void ModuleAttributes.ChangeListener.changed(ModuleAttributes sender)
           
 boolean ModuleInterface.ModuleConfigurator.configure(ModuleAttributes atts, Collection<ModuleDefinition> pipeline, net.sf.qxs.messenger.Messenger logger)
          A call to this method configures the module by setting the configuration variables in the ModuleAttributes object which is passed as a parameter.
 String SimpleInputOutputModule.getDescription(ModuleAttributes atts)
           
 String ModuleInterface.getDescription(ModuleAttributes atts)
          Returns a description of the module.
 Map<String,ParameterType<?>> ModuleInterface.getGlobalParameters(ModuleAttributes atts)
           
 Map<String,ParameterType<?>> AbstractModule.getGlobalParameters(ModuleAttributes atts)
           
 Collection<String> ModuleInterface.getInputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Collection<String> AbstractModule.getInputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Map<String,String> SimpleInputOutputModule.getInputPipeTypes(ModuleAttributes atts)
           
 Map<String,String> ModuleInterface.getInputPipeTypes(ModuleAttributes atts)
          Returns a map with one entry for each input pipe.
 Map<String,String> DefaultModuleInterface.getInputPipeTypes(ModuleAttributes atts)
          Returns an empty set.
protected static Map<String,ParameterType<?>> AbstractModule.getLeftOver(Map<String,ParameterType<?>> params, ModuleAttributes atts)
           
 Collection<String> ModuleInterface.getOutputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Collection<String> AbstractModule.getOutputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Map<String,String> SimpleInputOutputModule.getOutputPipeTypes(ModuleAttributes atts)
           
 Map<String,String> ModuleInterface.getOutputPipeTypes(ModuleAttributes atts)
          Returns a map with one entry for each output pipe.
 Map<String,String> DefaultModuleInterface.getOutputPipeTypes(ModuleAttributes atts)
          Returns an empty set.
 Map<String,ParameterType<?>> ModuleInterface.getPipelineParameters(ModuleAttributes atts)
           
 Map<String,ParameterType<?>> AbstractModule.getPipelineParameters(ModuleAttributes atts)
           
 Map<String,ParameterType<?>> ModuleInterface.getRuntimeParameters(ModuleAttributes atts)
           
 Map<String,ParameterType<?>> AbstractModule.getRuntimeParameters(ModuleAttributes atts)
           
 String SimpleInputOutputModule.getTitle(ModuleAttributes atts)
           
 String ModuleInterface.getTitle(ModuleAttributes atts)
          Returns the title (a short description) of the module.
 String AbstractModule.getTitle(ModuleAttributes atts)
           
abstract  boolean SimpleInputOutputModule.run(InputStream[] is, OutputStream os, ModuleAttributes atts, net.sf.qxs.messenger.Messenger messenger)
          Runs the module in a pipeline.
 boolean InputOutputModule.run(InputStream[] iss, OutputStream os, ModuleAttributes atts, net.sf.qxs.messenger.Messenger messenger)
           
abstract  boolean InputOutputModule.run(InputStream is, OutputStream os, ModuleAttributes atts, net.sf.qxs.messenger.Messenger messenger)
           
 

Constructors in net.sf.pipet.api with parameters of type ModuleAttributes
ModuleAttributes(ModuleAttributes parent)
           
ModuleAttributes(ModuleAttributes parent, Map<String,net.sf.qxs.types.UntypedValue> atts)
           
 



Copyright © 2012 VU University Amsterdam. All Rights Reserved.