Interface Task<C extends TaskCommand>

All Superinterfaces:
Callable<TaskResult>
All Known Subinterfaces:
ArrayDesignProbeMapperTask, ArrayDesignRepeatScanTask, BatchInfoFetchTask, BioAssayOutlierProcessingTask, CharacteristicUpdateTask, DifferentialExpressionAnalysisTask, DifferentialExpressionSearchTask, DiffExMetaAnalyzerTask, ExpressionExperimentLoadTask, ExpressionExperimentReportTask, IndexerTask, PreprocessExperimentTask, SvdTask
All Known Implementing Classes:
AbstractTask, ArrayDesignProbeMapperTaskImpl, ArrayDesignRepeatScanTaskImpl, BatchInfoFetchTaskImpl, BioAssayOutlierProcessingTaskImpl, CharacteristicUpdateTaskImpl, DifferentialExpressionAnalysisTaskImpl, DifferentialExpressionSearchTaskImpl, DiffExMetaAnalyzerTaskImpl, ExpressionExperimentLoadTaskImpl, ExpressionExperimentReportTaskImpl, IndexerTaskImpl, LinkAnalysisTaskImpl, PreprocessTaskImpl, SvdTaskImpl, TwoChannelMissingValueTaskImpl

public interface Task<C extends TaskCommand> extends Callable<TaskResult>
Author:
anton
  • Method Details

    • getTaskCommand

      C getTaskCommand()
    • setTaskCommand

      void setTaskCommand(C taskCommand)