Class DifferentialExpressionSearchTaskImpl
- java.lang.Object
-
- ubic.gemma.core.tasks.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.tasks.AbstractTask
taskCommand
-
-
Constructor Summary
Constructors Constructor Description DifferentialExpressionSearchTaskImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResultcall()voidsetTaskCommand(DifferentialExpressionSearchTaskCommand taskCommand)-
Methods inherited from class ubic.gemma.core.tasks.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.tasks.Task
getTaskCommand
-
-
-
-
Method Detail
-
call
public TaskResult call()
- Specified by:
callin interfaceCallable<TaskResult>
-
setTaskCommand
public void setTaskCommand(DifferentialExpressionSearchTaskCommand taskCommand)
- Specified by:
setTaskCommandin interfaceTask<DifferentialExpressionSearchTaskCommand>- Overrides:
setTaskCommandin classAbstractTask<DifferentialExpressionSearchTaskCommand>
-
-