Class DiffExMetaAnalyzerTaskImpl
- java.lang.Object
-
- ubic.gemma.core.tasks.AbstractTask<DiffExMetaAnalyzerTaskCommand>
-
- ubic.gemma.core.tasks.analysis.diffex.DiffExMetaAnalyzerTaskImpl
-
- All Implemented Interfaces:
Callable<TaskResult>
,DiffExMetaAnalyzerTask
,Task<DiffExMetaAnalyzerTaskCommand>
@Component @Scope("prototype") public class DiffExMetaAnalyzerTaskImpl extends AbstractTask<DiffExMetaAnalyzerTaskCommand> implements DiffExMetaAnalyzerTask
A differential expression meta-analysis space task- Author:
- frances
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.tasks.AbstractTask
taskCommand
-
-
Constructor Summary
Constructors Constructor Description DiffExMetaAnalyzerTaskImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResult
call()
-
Methods inherited from class ubic.gemma.core.tasks.AbstractTask
getTaskCommand, setTaskCommand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.core.tasks.Task
getTaskCommand, setTaskCommand
-
-
-
-
Method Detail
-
call
public TaskResult call()
- Specified by:
call
in interfaceCallable<TaskResult>
-
-