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

Packages that use be.ac.ua.broker.input.tasks
be.ac.ua.broker.input.tasks   
be.ac.ua.broker.input.tasks.specification   
be.ac.ua.broker.output.gui   
be.ac.ua.broker.scheduling.region   
be.ac.ua.broker.scheduling.workload   
be.ac.ua.broker.scheduling.workload.wm1   
be.ac.ua.broker.scheduling.workload.wm2   
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.input.tasks
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.
TaskSpecification
          This class represents the specification of a single task, it consist of a name, description, deadline of the task.
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.
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.input.tasks.specification
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.
WorkloadWM2
          This class represents a workload of workload model two.
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.output.gui
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.
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.scheduling.region
TaskCollection
          This class represents a collection of tasks.
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.
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.scheduling.workload
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.
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.
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.scheduling.workload.wm1
WorkloadWM1
          This class represents a workload of workload model one.
 

Classes in be.ac.ua.broker.input.tasks used by be.ac.ua.broker.scheduling.workload.wm2
WorkloadWM2
          This class represents a workload of workload model two.