Package weka.experiment
Interface Task
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RemoteBoundaryVisualizerSubTask
,RemoteExperimentSubTask
Interface to something that can be remotely executed as a task.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Execute this task.Clients should be able to call this method at any time to obtain information on a current task.
-
Method Details
-
execute
void execute()Execute this task. -
getTaskStatus
TaskStatusInfo getTaskStatus()Clients should be able to call this method at any time to obtain information on a current task.- Returns:
- a TaskStatusInfo object holding info and result (if available) for this task
-