net.sourceforge.taverna.scuflworkers.bsf
Class BSFProcessorFactory

java.lang.Object
  extended by org.embl.ebi.escience.scuflworkers.ProcessorFactory
      extended by net.sourceforge.taverna.scuflworkers.bsf.BSFProcessorFactory

public class BSFProcessorFactory
extends ProcessorFactory

Implementation of ProcessorFactory that creates Beanshell nodes

Author:
Tom Oinn

Constructor Summary
BSFProcessorFactory()
          Create a new factory
BSFProcessorFactory(BSFProcessor prot)
           
 
Method Summary
 java.lang.Class getProcessorClass()
          Return the Class object for processors that would be created by this factory
 java.lang.String getProcessorDescription()
          Return a textual description of the factory
 BSFProcessor getPrototype()
           
 
Methods inherited from class org.embl.ebi.escience.scuflworkers.ProcessorFactory
createProcessor, getDescription, getName, getXMLFragment, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BSFProcessorFactory

public BSFProcessorFactory()
Create a new factory


BSFProcessorFactory

public BSFProcessorFactory(BSFProcessor prot)
Method Detail

getPrototype

public BSFProcessor getPrototype()

getProcessorDescription

public java.lang.String getProcessorDescription()
Return a textual description of the factory

Specified by:
getProcessorDescription in class ProcessorFactory

getProcessorClass

public java.lang.Class getProcessorClass()
Return the Class object for processors that would be created by this factory

Specified by:
getProcessorClass in class ProcessorFactory