org.embl.ebi.escience.scuflworkers.rdfgenerator
Class RDFGeneratorProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.rdfgenerator.RDFGeneratorProcessorFactory
public class RDFGeneratorProcessorFactory
- extends ProcessorFactory
Implementation of ProcessorFactory that creates
RDFGeneratingProcessor 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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RDFGeneratorProcessorFactory
public RDFGeneratorProcessorFactory()
- Create a new factory configured with the specified
constant value
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