Uses of Class
org.embl.ebi.escience.scuflworkers.ProcessorFactory

Packages that use ProcessorFactory
net.sourceforge.taverna.scuflworkers.bsf Provides LocalWorkers capable of handling scripts written in any Bean Scripting Framework language. 
nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor   
nl.utwente.ewi.hmi.taverna.scuflworkers.rshell   
org.biomoby.client.taverna.plugin   
org.embl.ebi.escience.scuflworkers   
org.embl.ebi.escience.scuflworkers.apiconsumer   
org.embl.ebi.escience.scuflworkers.beanshell   
org.embl.ebi.escience.scuflworkers.biomart   
org.embl.ebi.escience.scuflworkers.biomoby   
org.embl.ebi.escience.scuflworkers.inferno   
org.embl.ebi.escience.scuflworkers.java   
org.embl.ebi.escience.scuflworkers.notification   
org.embl.ebi.escience.scuflworkers.rdfgenerator   
org.embl.ebi.escience.scuflworkers.rserv   
org.embl.ebi.escience.scuflworkers.soaplab   
org.embl.ebi.escience.scuflworkers.stringconstant   
org.embl.ebi.escience.scuflworkers.talisman   
org.embl.ebi.escience.scuflworkers.workflow   
org.embl.ebi.escience.scuflworkers.wsdl   
 

Uses of ProcessorFactory in net.sourceforge.taverna.scuflworkers.bsf
 

Subclasses of ProcessorFactory in net.sourceforge.taverna.scuflworkers.bsf
 class BSFProcessorFactory
          Implementation of ProcessorFactory that creates Beanshell nodes
 

Methods in net.sourceforge.taverna.scuflworkers.bsf that return ProcessorFactory
 ProcessorFactory BSFXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in net.sourceforge.taverna.scuflworkers.bsf with parameters of type ProcessorFactory
 org.jdom.Element BSFXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor
 

Subclasses of ProcessorFactory in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor
 class APProcessorFactory
          Class for constructing the abstract processor
 

Methods in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor that return ProcessorFactory
 ProcessorFactory APXMLHandler.getFactory(org.jdom.Element processElement)
          Method for getting a factory for an Element specification of a processor
 

Methods in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor with parameters of type ProcessorFactory
 org.jdom.Element APXMLHandler.elementForFactory(ProcessorFactory processorFactory)
          Method for getting the XML element of the prototype processor
 

Uses of ProcessorFactory in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell
 

Subclasses of ProcessorFactory in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell
 class RshellProcessorFactory
          Implementation of ProcessorFactory that creates Rshell nodes
 

Methods in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell that return ProcessorFactory
 ProcessorFactory RshellXMLHandler.getFactory(org.jdom.Element processElement)
          Method for getting a factory for an Element specification of a processor
 

Methods in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell with parameters of type ProcessorFactory
 org.jdom.Element RshellXMLHandler.elementForFactory(ProcessorFactory processorFactory)
          Method for getting the XML element of the prototype processor
 

Uses of ProcessorFactory in org.biomoby.client.taverna.plugin
 

Subclasses of ProcessorFactory in org.biomoby.client.taverna.plugin
 class BiomobyObjectProcessorFactory
           
 class BiomobyProcessorFactory
          Implementation of ProcessorFactory that creates BiomobyProcessor nodes.
 class MobyParseDatatypeProcessorFactory
          Implementation of ProcessorFactory that creates the MobyParserDatatype node
 

Methods in org.biomoby.client.taverna.plugin that return ProcessorFactory
 ProcessorFactory MobyParseDatatypeXMLHandler.getFactory(org.jdom.Element specElement)
           
 ProcessorFactory BiomobyXMLHandler.getFactory(org.jdom.Element specElement)
           
 ProcessorFactory BiomobyObjectXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.biomoby.client.taverna.plugin with parameters of type ProcessorFactory
 org.jdom.Element MobyParseDatatypeXMLHandler.elementForFactory(ProcessorFactory pf)
           
 org.jdom.Element BiomobyXMLHandler.elementForFactory(ProcessorFactory pf)
           
 org.jdom.Element BiomobyObjectXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers
 

Methods in org.embl.ebi.escience.scuflworkers that return ProcessorFactory
 ProcessorFactory XMLHandler.getFactory(org.jdom.Element specElement)
          Create a new factory that will produces processors of the supplied spec when it's invoked
static ProcessorFactory ProcessorHelper.loadFactoryFromXML(org.jdom.Element specNode)
          Return a factory capable of producing the supplied spec of processor.
 

Methods in org.embl.ebi.escience.scuflworkers with parameters of type ProcessorFactory
 org.jdom.Element XMLHandler.elementForFactory(ProcessorFactory pf)
          Return the spec element for a given ProcessorFactory.
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.apiconsumer
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.apiconsumer
 class APIConsumerProcessorFactory
          APIConsumer factory
 

Methods in org.embl.ebi.escience.scuflworkers.apiconsumer that return ProcessorFactory
 ProcessorFactory APIConsumerXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.apiconsumer with parameters of type ProcessorFactory
 org.jdom.Element APIConsumerXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.beanshell
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.beanshell
 class BeanshellProcessorFactory
          Implementation of ProcessorFactory that creates Beanshell nodes
 

Methods in org.embl.ebi.escience.scuflworkers.beanshell that return ProcessorFactory
 ProcessorFactory BeanshellXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.beanshell with parameters of type ProcessorFactory
 org.jdom.Element BeanshellXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.biomart
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.biomart
 class BiomartProcessorFactory
           
 

Methods in org.embl.ebi.escience.scuflworkers.biomart that return ProcessorFactory
 ProcessorFactory BiomartXMLHandler.getFactory(org.jdom.Element element)
           
 

Methods in org.embl.ebi.escience.scuflworkers.biomart with parameters of type ProcessorFactory
 org.jdom.Element BiomartXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.biomoby
 

Methods in org.embl.ebi.escience.scuflworkers.biomoby that return ProcessorFactory
 ProcessorFactory BiomobyXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.biomoby with parameters of type ProcessorFactory
 org.jdom.Element BiomobyXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.inferno
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.inferno
 class InfernoProcessorFactory
          Holds the data required to create an SGS based processor
 

Methods in org.embl.ebi.escience.scuflworkers.inferno that return ProcessorFactory
 ProcessorFactory InfernoXMLHandler.getFactory(org.jdom.Element infernoProcessor)
           
 

Methods in org.embl.ebi.escience.scuflworkers.inferno with parameters of type ProcessorFactory
 org.jdom.Element InfernoXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.java
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.java
 class LocalServiceProcessorFactory
          Implementation of ProcessorFactory that can create LocalServiceProcessor instances
 

Methods in org.embl.ebi.escience.scuflworkers.java that return ProcessorFactory
 ProcessorFactory LocalServiceXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.java with parameters of type ProcessorFactory
 org.jdom.Element LocalServiceXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.notification
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.notification
 class NotificationProcessorFactory
           
 

Methods in org.embl.ebi.escience.scuflworkers.notification that return ProcessorFactory
 ProcessorFactory NotificationXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.notification with parameters of type ProcessorFactory
 org.jdom.Element NotificationXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.rdfgenerator
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.rdfgenerator
 class RDFGeneratorProcessorFactory
          Implementation of ProcessorFactory that creates RDFGeneratingProcessor nodes
 

Methods in org.embl.ebi.escience.scuflworkers.rdfgenerator that return ProcessorFactory
 ProcessorFactory RDFGeneratorXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.rdfgenerator with parameters of type ProcessorFactory
 org.jdom.Element RDFGeneratorXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.rserv
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.rserv
 class RservProcessorFactory
          Implementation of ProcessorFactory that creates Rserv nodes
 

Methods in org.embl.ebi.escience.scuflworkers.rserv that return ProcessorFactory
 ProcessorFactory RservXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.rserv with parameters of type ProcessorFactory
 org.jdom.Element RservXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.soaplab
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.soaplab
 class SoaplabProcessorFactory
          Implementation of ProcessorFactory that creates SoaplabProcessor nodes
 

Methods in org.embl.ebi.escience.scuflworkers.soaplab that return ProcessorFactory
 ProcessorFactory SoaplabXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.soaplab with parameters of type ProcessorFactory
 org.jdom.Element SoaplabXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.stringconstant
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.stringconstant
 class StringConstantProcessorFactory
          Implementation of ProcessorFactory that creates StringConstantProcessor nodes
 

Methods in org.embl.ebi.escience.scuflworkers.stringconstant that return ProcessorFactory
 ProcessorFactory StringConstantXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.stringconstant with parameters of type ProcessorFactory
 org.jdom.Element StringConstantXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.talisman
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.talisman
 class TalismanProcessorFactory
          Implementation of ProcessorFactory that creates TalismanProcessor nodes
 

Methods in org.embl.ebi.escience.scuflworkers.talisman that return ProcessorFactory
 ProcessorFactory TalismanXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.talisman with parameters of type ProcessorFactory
 org.jdom.Element TalismanXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.workflow
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.workflow
 class WorkflowProcessorFactory
          Implementation of ProcessorFactory that creates WorkflowProcessor nodes
 

Methods in org.embl.ebi.escience.scuflworkers.workflow that return ProcessorFactory
 ProcessorFactory WorkflowXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.workflow with parameters of type ProcessorFactory
 org.jdom.Element WorkflowXMLHandler.elementForFactory(ProcessorFactory pf)
           
 

Uses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.wsdl
 

Subclasses of ProcessorFactory in org.embl.ebi.escience.scuflworkers.wsdl
 class WSDLBasedProcessorFactory
          Implementation of ProcessorFactory that creates WSDLBasedProcessor nodes
 

Methods in org.embl.ebi.escience.scuflworkers.wsdl that return ProcessorFactory
 ProcessorFactory WSDLXMLHandler.getFactory(org.jdom.Element specElement)
           
 

Methods in org.embl.ebi.escience.scuflworkers.wsdl with parameters of type ProcessorFactory
 org.jdom.Element WSDLXMLHandler.elementForFactory(ProcessorFactory pf)