Package be.ac.ua.broker.input.tasks

Interface Summary
Workload This interface is used to represent the workload associated with a task, the interface is used by the implementation for the two workload models being supported by the broker.
 

Class Summary
SubTask This class represents a subtask which is used to represent a single task hour of a task, it is the smallest unit used during the scheduling phase of our broker process.
SubTaskCollection This class represents a collection of subTasks.
Task This class represents a task.
TaskCollection This class represents a collection of tasks.
TaskSpecification This class represents the specification of a single task, it consist of a name, description, deadline of the task.
WorkloadWM1 This class represents a workload of workload model one.
WorkloadWM2 This class represents a workload of workload model two.