B C D E F G H I M N P R S T U V

T

tick() - Method in interface interfaces.ClockSpecification
Increment the clock by 1 unit
Tested by JUnit_ClockSpecification.test_tick()
tick(int) - Method in interface interfaces.ClockSpecification
Increment the clock
Tested by JUnit_ClockSpecification.test_tick_int()
tick() - Method in class models.Clock
 
tick(int) - Method in class models.Clock
 
tools - package tools
 
topFloor() - Method in interface interfaces.ElevatorForController
 
topFloor() - Method in class models.Elevator
 
toString() - Method in class models.Clock
Typical string format: Clock ticks = 0
toString() - Method in class models.DirectionRequestButtonsOnFloors
Typical string representation is of the form: Direction Requests For Elevator At Floor: 0- 1-UD 2- 3- 4- 5- 6- 7- 8- 9- In this example, there are 10 floors and up and down requests on the 1st floor
toString() - Method in class models.Elevator
 
toString() - Method in class models.EmergencyController
 
toString() - Method in class models.FloorButtonsInElevator
Tested by JUnit_FloorButtonsInElevator.test_toString()
Lists the floors that have been requested inside the elevator
Typical output is of the form:
Requested Floors Inside Elevator: 2 4 7 In this example, the floors requested (2,4 and 7) are listed in order and separated by single spaces
toString() - Method in class models.StupidController
 

B C D E F G H I M N P R S T U V