public class RemoteExperimentSubTask extends java.lang.Object implements Task, RevisionHandler
| Constructor and Description |
|---|
RemoteExperimentSubTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Run the experiment
|
Experiment |
getExperiment()
Get the experiment for this sub task
|
java.lang.String |
getRevision()
Returns the revision string.
|
TaskStatusInfo |
getTaskStatus()
Clients should be able to call this method at any time to obtain
information on a current task.
|
void |
setExperiment(Experiment task)
Set the experiment for this sub task
|
public void setExperiment(Experiment task)
task - the experimentpublic Experiment getExperiment()
public TaskStatusInfo getTaskStatus()
TaskgetTaskStatus in interface Taskpublic java.lang.String getRevision()
getRevision in interface RevisionHandler