Uses of Class
be.ac.ua.broker.input.tasks.SubTaskCollection

Packages that use SubTaskCollection
be.ac.ua.broker.input.tasks   
 

Uses of SubTaskCollection in be.ac.ua.broker.input.tasks
 

Methods in be.ac.ua.broker.input.tasks that return SubTaskCollection
 SubTaskCollection WorkloadWM1.getTasks()
           
 SubTaskCollection WorkloadWM2.getTasksOnHour(int i)
          Getter for the subTaskCollection associated with a given task hour of the associated task
 

Methods in be.ac.ua.broker.input.tasks with parameters of type SubTaskCollection
 void WorkloadWM2.addTaskHour(SubTaskCollection coll)
          Add a subTaskCollection to the workload, it is automatically associated with the next task hour of the associated task
 

Constructors in be.ac.ua.broker.input.tasks with parameters of type SubTaskCollection
WorkloadWM1(TaskSpecification spec, SubTaskCollection coll)
          Constructor for WorkloadWM1