weka.experiment
Interface Task

All Superinterfaces:
Serializable
All Known Implementing Classes:
RemoteExperimentSubTask

public interface Task
extends Serializable

Interface to something that can be remotely executed as a task.

Version:
$Revision: 1.5 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Method Summary
 TaskStatusInfo execute()
          Execute this task.
 

Method Detail

execute

public TaskStatusInfo execute()
Execute this task.

Returns:
a TaskStatusInfo object holding info and result from executing this task