org.embl.ebi.escience.scuflworkers.beanshell
Class BeanshellProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.beanshell.BeanshellProcessorFactory
public class BeanshellProcessorFactory
- 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 |
BeanshellProcessorFactory
public BeanshellProcessorFactory()
- Create a new factory
BeanshellProcessorFactory
public BeanshellProcessorFactory(BeanshellProcessor prot)
getPrototype
public BeanshellProcessor 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