Class ArrayDesignRepeatScanTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<ArrayDesignRepeatScanTaskCommand>
ubic.gemma.core.tasks.analysis.sequence.ArrayDesignRepeatScanTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>,Task<ArrayDesignRepeatScanTaskCommand>,ArrayDesignRepeatScanTask
@Component
@Scope("prototype")
public class ArrayDesignRepeatScanTaskImpl
extends AbstractTask<ArrayDesignRepeatScanTaskCommand>
implements ArrayDesignRepeatScanTask
An array design repeat scan spaces task
- Author:
- keshav
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand, newTaskResult, setTaskCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.core.job.Task
getTaskCommand, setTaskCommand
-
Constructor Details
-
ArrayDesignRepeatScanTaskImpl
public ArrayDesignRepeatScanTaskImpl()
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<TaskResult>
-