org.embl.ebi.escience.scuflworkers.stringconstant
Class StringConstantProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.stringconstant.StringConstantProcessorFactory
public class StringConstantProcessorFactory
- extends ProcessorFactory
Implementation of ProcessorFactory that creates
StringConstantProcessor nodes
- Author:
- Tom Oinn
|
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 |
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringConstantProcessorFactory
public StringConstantProcessorFactory(java.lang.String value)
- Create a new factory configured with the specified
constant value
getValue
public java.lang.String getValue()
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