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

Packages that use SubTask
be.ac.ua.broker.input.tasks   
be.ac.ua.broker.output.gui   
be.ac.ua.broker.scheduling.workload   
 

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

Methods in be.ac.ua.broker.input.tasks that return SubTask
 SubTask SubTaskCollection.getTask(int i)
          Getter for a specific subTask in the collection
 

Methods in be.ac.ua.broker.input.tasks that return types with arguments of type SubTask
 java.util.List<java.util.List<SubTask>> WorkloadWM2.getWorkload()
           
 java.util.List<SubTask> SubTaskCollection.getWorkload()
           
 

Methods in be.ac.ua.broker.input.tasks with parameters of type SubTask
 void SubTaskCollection.addTaskHour(SubTask sub)
          Add a subTask to the collection
 

Constructors in be.ac.ua.broker.input.tasks with parameters of type SubTask
SubTask(SubTask subTask, java.util.Date time, java.util.Date time2)
          Constructor for SubTask
 

Constructor parameters in be.ac.ua.broker.input.tasks with type arguments of type SubTask
SubTaskCollection(java.util.List<SubTask> tasks)
          Constructor for SubTaskCollection
WorkloadWM1(java.util.List<SubTask> part, int hoursTimeFrame)
          Constructor for WorkloadWM1
WorkloadWM2(TaskSpecification spec, java.util.List<java.util.List<SubTask>> part, int hoursTimeFrame)
          Constructor for WorkloadWM2
 

Uses of SubTask in be.ac.ua.broker.output.gui
 

Methods in be.ac.ua.broker.output.gui with parameters of type SubTask
 java.lang.String ToolTipGenerator.generateToolTip(SubTask subtask)
          Generate a toolTip text for the given subTask.
 

Constructors in be.ac.ua.broker.output.gui with parameters of type SubTask
SchedulerCategoryItemEntity(java.awt.geom.Rectangle2D bar, java.lang.String tip, java.lang.String url, org.jfree.data.gantt.GanttCategoryDataset dataset, int row, java.lang.Comparable<?> columnKey, int column, SubTask subtask, ToolTipGenerator tooltipGenerator)
          Constructor for SchedulerCategoryItemEntity
 

Uses of SubTask in be.ac.ua.broker.scheduling.workload
 

Subclasses of SubTask in be.ac.ua.broker.scheduling.workload
 class DummySubTask
          This class is used to represent a DummySubTask, it is used to fill the spots in a list of SubTask on the places where no actual subTask is scheduled.
 

Methods in be.ac.ua.broker.scheduling.workload that return types with arguments of type SubTask
 java.util.List<SubTask> ScheduledTaskCollection.getSubTasks()
           
 

Methods in be.ac.ua.broker.scheduling.workload with parameters of type SubTask
 void ScheduledTaskCollection.add(SubTask subT)
          Add a subtask to the scheduledTaskCollection