|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.taverna.scuflworkers.ncbi.AbstractNCBIWorker
net.sourceforge.taverna.scuflworkers.ncbi.EntrezGeneWorker
public class EntrezGeneWorker
This processor is responsible for fetching an Entrez Gene record in XML format. It can also transform the resulting XML document.
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.taverna.scuflworkers.ncbi.AbstractNCBIWorker |
|---|
NEWLINE |
| Fields inherited from interface org.embl.ebi.escience.scuflworkers.java.LocalWorker |
|---|
BINARY, BINARY_ARRAY, HTML, HTML_ARRAY, PNG_IMAGE, PNG_IMAGE_ARRAY, STRING, STRING_ARRAY, UNTYPED, UNTYPED_ARRAY |
| Constructor Summary | |
|---|---|
EntrezGeneWorker()
|
|
| Method Summary | |
|---|---|
java.util.Map |
execute(java.util.Map inputMap)
This is the main method of the class. |
| Methods inherited from class net.sourceforge.taverna.scuflworkers.ncbi.AbstractNCBIWorker |
|---|
inputNames, inputTypes, outputNames, outputTypes, setStreamProcessor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntrezGeneWorker()
| Method Detail |
|---|
public java.util.Map execute(java.util.Map inputMap)
throws TaskExecutionException
AbstractNCBIWorker
execute in interface LocalWorkerexecute in class AbstractNCBIWorkerinputMap - A map of values to be used by the worker class.
TaskExecutionException - thrown if there is an error during invocation of the task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||