weka.experiment
Interface Task

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RemoteExperimentSubTask

public interface Task
extends java.io.Serializable

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

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