org.embl.ebi.escience.scuflworkers.biomart
Class BiomartProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.biomart.BiomartProcessorFactory
public class BiomartProcessorFactory
- extends ProcessorFactory
- Author:
- David Withers
|
Method Summary |
java.lang.Class |
getProcessorClass()
Return the Class object describing the processor this factory would build |
java.lang.String |
getProcessorDescription()
Describe the processor that would be created by this factory were the
createProcessor method invoked |
org.biomart.martservice.MartQuery |
getQuery()
Returns the query. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BiomartProcessorFactory
public BiomartProcessorFactory(org.biomart.martservice.MartQuery query)
getQuery
public org.biomart.martservice.MartQuery getQuery()
- Returns the query.
- Returns:
- the query.
getProcessorDescription
public java.lang.String getProcessorDescription()
- Description copied from class:
ProcessorFactory
- Describe the processor that would be created by this factory were the
createProcessor method invoked
- Specified by:
getProcessorDescription in class ProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Description copied from class:
ProcessorFactory
- Return the Class object describing the processor this factory would build
- Specified by:
getProcessorClass in class ProcessorFactory