Class TwoChannelMissingValueTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<TwoChannelMissingValueTaskCommand>
ubic.gemma.core.tasks.analysis.expression.TwoChannelMissingValueTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>
,Task<TwoChannelMissingValueTaskCommand>
@Component
@Scope("prototype")
public class TwoChannelMissingValueTaskImpl
extends AbstractTask<TwoChannelMissingValueTaskCommand>
Space task for computing two channel missing values.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand, newTaskResult, setTaskCommand
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, setTaskCommand
-
Constructor Details
-
TwoChannelMissingValueTaskImpl
public TwoChannelMissingValueTaskImpl()
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<TaskResult>
-