#include <pestask.h>
Inheritance diagram for PESTask:

Public Methods | |
| void | printTask () |
| void | saveTask () |
| virtual void | Serialize (FILE *f) |
| virtual void | Deserialize (FILE *f) |
Public Attributes | |
| int | holder |
| int | completed |
| float | result |
| NN | nn |
| WorldConfig | world |
| int | no |
| int | nsteps |
| int | tstart |
| int | tend |
| int | seed |
This class is used to hold information about a task to be completed by a PES-S.
|
|
Deserialization function Implements Serializable. |
|
|
Prints the task to the console |
|
|
Saves task to the file WARNING!!! Currently unimplemented |
|
|
Serialization function Implements Serializable. |
|
|
A flag that indicates whether the task is completed or not 1 means completed |
|
|
The index of holder of the task in slaves list |
|
|
The network to be used in this task. |
|
|
The index of this task on task list |
|
|
Number of simulation steps to be performed by the slave |
|
|
Result of the task that was obtained from slave |
|
|
Random number generator seed for this task |
|
|
End time of task on the server |
|
|
Start time of task on the server |
|
|
The initial Configuration of the World. |
1.2.18