weka.experiment
Class RemoteExperimentSubTask

java.lang.Object
  |
  +--weka.experiment.RemoteExperimentSubTask
All Implemented Interfaces:
java.io.Serializable, Task

public class RemoteExperimentSubTask
extends java.lang.Object
implements Task

Class to encapsulate an experiment as a task that can be executed on a remote host.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
Serialized Form

Constructor Summary
RemoteExperimentSubTask()
           
 
Method Summary
 TaskStatusInfo execute()
          Run the experiment
 Experiment getExperiment()
          Get the experiment for this sub task
 void setExperiment(Experiment task)
          Set the experiment for this sub task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteExperimentSubTask

public RemoteExperimentSubTask()
Method Detail

setExperiment

public void setExperiment(Experiment task)
Set the experiment for this sub task
Parameters:
task - the experiment

getExperiment

public Experiment getExperiment()
Get the experiment for this sub task
Returns:
this sub task's experiment

execute

public TaskStatusInfo execute()
Run the experiment
Specified by:
execute in interface Task
Following copied from interface: weka.experiment.Task
Returns:
a TaskStatusInfo object holding info and result from executing this task