net.sourceforge.taverna.scuflworkers.bsf
Class BSFProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
net.sourceforge.taverna.scuflworkers.bsf.BSFProcessorFactory
public class BSFProcessorFactory
- extends ProcessorFactory
Implementation of ProcessorFactory that creates Beanshell nodes
- Author:
- Tom Oinn
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BSFProcessorFactory
public BSFProcessorFactory()
- Create a new factory
BSFProcessorFactory
public BSFProcessorFactory(BSFProcessor prot)
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