Class DifferentialExpressionAnalysisTaskImpl
- java.lang.Object
- 
- ubic.gemma.core.job.AbstractTask<DifferentialExpressionAnalysisTaskCommand>
- 
- ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskImpl
 
 
- 
- All Implemented Interfaces:
- Callable<TaskResult>,- Task<DifferentialExpressionAnalysisTaskCommand>,- DifferentialExpressionAnalysisTask
 
 @Component @Scope("prototype") public class DifferentialExpressionAnalysisTaskImpl extends AbstractTask<DifferentialExpressionAnalysisTaskCommand> implements DifferentialExpressionAnalysisTask A differential expression analysis spaces task- Author:
- keshav
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.job.AbstractTasktaskCommand
 
- 
 - 
Constructor SummaryConstructors Constructor Description DifferentialExpressionAnalysisTaskImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResultcall()- 
Methods inherited from class ubic.gemma.core.job.AbstractTaskgetTaskCommand, setTaskCommand
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.core.job.TaskgetTaskCommand, setTaskCommand
 
- 
 
- 
- 
- 
Method Detail- 
callpublic TaskResult call() - Specified by:
- callin interface- Callable<TaskResult>
 
 
- 
 
-