|
Class Summary |
| CoordinationTaskloadIndex |
This object represent CTI (Coordination Taskload Index) in a sector in fixed time. |
| CTI1perAircraft |
This object represent CTI1 (Coordination Taskload Index 1) in a sector in fixed time
per aircraft:
CTI1 = Math.pow((10" - Time to reach SB), 2) , where SB - sector boundary. |
| CTI2perAircraft |
This object represent CTI2 (Coordination Taskload Index 2) in a sector in fixed time
per aircraft:
1
CTI2 = ----------------------------------------------------------
Time to reach CCP + (Time to reach SB - Time to reach CCP)
where SB - sector boundary, CCP - Coordination Completition Point
See the source CTI2perAircraft.java |