Class Summary |
BoT |
Bag of Tasks. |
BoTFactory |
Note: methods are not static because a BoTFactory may be instanciated
multiple times within the same VM, e.g. |
Job |
|
JobDescriptor |
Contains the description of all tasks to be in this Job Peer-side |
JobFactory |
Note: methods are not static because a JobFactory may be instanciated
multiple times within the same VM, e.g. |
TaskDescriptor |
Contains information relative to the creation of the Task : names of the
classes, name of the class containing the running routines, input parameters
and input data or ways to access it. |
TemporalTasksGrouping |
Implementation of the TemporalTasksGrouping heuristic,
ordering Tasks of a Bag Of Tasks as sets of Tasks
sharing the same input data. |
Workflow |
A Workflow is an XML document describing the structure of a Job as a DAG
(whose vertices are Bag of Tasks and whose edges are precedence links). |