Class DifferentialExpressionSearchTaskImpl
- java.lang.Object
-
- ubic.gemma.core.job.AbstractTask<DifferentialExpressionSearchTaskCommand>
-
- ubic.gemma.core.tasks.visualization.DifferentialExpressionSearchTaskImpl
-
- All Implemented Interfaces:
Callable<TaskResult>
,Task<DifferentialExpressionSearchTaskCommand>
,DifferentialExpressionSearchTask
@Component @Scope("prototype") public class DifferentialExpressionSearchTaskImpl extends AbstractTask<DifferentialExpressionSearchTaskCommand> implements DifferentialExpressionSearchTask
Encapsulates the search for differential expression results, for a set of genes and experiments (which can be grouped)- Author:
- anton
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.job.AbstractTask
taskCommand
-
-
Constructor Summary
Constructors Constructor Description DifferentialExpressionSearchTaskImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResult
call()
void
setTaskCommand(DifferentialExpressionSearchTaskCommand taskCommand)
-
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand
-
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.job.Task
getTaskCommand
-
-
-
-
Method Detail
-
call
public TaskResult call()
- Specified by:
call
in interfaceCallable<TaskResult>
-
setTaskCommand
public void setTaskCommand(DifferentialExpressionSearchTaskCommand taskCommand)
- Specified by:
setTaskCommand
in interfaceTask<DifferentialExpressionSearchTaskCommand>
- Overrides:
setTaskCommand
in classAbstractTask<DifferentialExpressionSearchTaskCommand>
-
-