sdt.net
Interface Task

All Known Implementing Classes:
Organism

public interface Task
extends CustomSerializable

A class must implement Task interface to enable remote evaluation via Server and Client.

See Also:
Pool, Task, sd.net.Result

Method Summary
 Result runTask()
          Specify how the input task is to be executed.
 void setResult(Result output)
          ????
 
Methods inherited from interface sdt.net.CustomSerializable
readSerializable, writeSerializable
 

Method Detail

runTask

public Result runTask()
Specify how the input task is to be executed. The result of the evaluation should always return an object of type {@Result}.

setResult

public void setResult(Result output)
????