Class DifferentialExpressionAnalysisRemoveTaskCommand
- java.lang.Object
- 
- ubic.gemma.core.job.TaskCommand
- 
- ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand
- 
- ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisRemoveTaskCommand
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DifferentialExpressionAnalysisRemoveTaskCommand extends DifferentialExpressionAnalysisTaskCommand Specialized command object for removing analysis results.- Author:
- paul
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.job.TaskCommandMAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
 
- 
 - 
Constructor SummaryConstructors Constructor Description DifferentialExpressionAnalysisRemoveTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferentialExpressionAnalysisgetToRemove()- 
Methods inherited from class ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommandgetAnalysisType, getExpressionExperiment, getFactors, getSubsetFactor, getTaskClass, getToRedo, isForceAnalysis, isIncludeInteractions, isModerateStatistics, isUseWeights, setAnalysisType, setExpressionExperiment, setFactors, setForceAnalysis, setIncludeInteractions, setModerateStatistics, setSubsetFactor, setToRedo, setUseWeights
 - 
Methods inherited from class ubic.gemma.core.job.TaskCommandgetEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
 
- 
 
- 
- 
- 
Constructor Detail- 
DifferentialExpressionAnalysisRemoveTaskCommandpublic DifferentialExpressionAnalysisRemoveTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove) 
 
- 
 - 
Method Detail- 
getToRemovepublic DifferentialExpressionAnalysis getToRemove() 
 
- 
 
-