Uses of Class
de.upb.swtpra05.group03.shuttle.Task

Packages that use Task
de.upb.swtpra05.group03.shuttle   
 

Uses of Task in de.upb.swtpra05.group03.shuttle
 

Subclasses of Task in de.upb.swtpra05.group03.shuttle
 class DoNothingUntilTask
          Extension of Task.
 class GetConnectionOkTask
          Description of the Class
 class LoadShuttleTask
          Description of the Class
 class RepairShuttleTask
          Description of the Class
 class UnloadShuttleTask
          Description of the Class
 

Methods in de.upb.swtpra05.group03.shuttle that return Task
 Task TaskPlanInterface.getFirstTask()
          Returns the first task.
 Task TaskPlanInterface.getTask(int i)
          Returns the task at index
 Task TaskPlan.getFirstTask()
           
 Task TaskPlan.getTask(int i)
           
 

Methods in de.upb.swtpra05.group03.shuttle with parameters of type Task
 void TaskPlanInterface.addTaskBeforeLastMove(Task task)
          This method will add the given task as the last task at the corresponding station if there is any.
 int TaskPlanInterface.indexOf(Task task)
          Returns the index of the task
 void TaskPlan.addTaskBeforeLastMove(Task taskToAdd)
           
 int TaskPlan.indexOf(Task task)