You are on page 1of 6

MULTITHREADED

AIRPORT SIMULATION
SYSTEMS

Batch 11
P R S Bapiraju(vu21csen0100178)
G Akhil Varma(vu21csen0100234)
Ch Manoj(vu21csen0100003)
A Sita Rama Raju(vu21csen0100198) A
Avinash(vu21csen0101817)
CONTENTS
– CLASS DIAGRAM
– COLLABORATION DIAGRAM
– COMPONENT DIAGRAM
– DEPLOYMENT DIAGRAM
CLASS DIAGRAM
Airport
-loc at ion : string
- c a p a c i t y : int
-a s s i g n e d f r e q u e n c y : char
+ s h o w d a t a () : void

1.*
1 1
Controller
D e c i s i o n - M a k i n g To o l
-n a m e : string
- softwarecode : object
-shift : char m..n Controlled by m ..n - controller : string
- n o . o f a i r c r a f t i n c o n t r o l l : int
- p e r f o r m a n c e : string
+inputdat a () : void
+p r o c e s s d a t a () : void
+contactpilot () : void
+outputorder () : void
+is s ueor der () : void
1

Pilot
-n a m e : string Aircraft
-loc at ion : string 1 O p e r a t e d b y - m1o d e l : s t r i n g
-a s s ign e df r e q u en c y
-p e r f o r m a n c e : string
+contactcontroller () : void
-controller : string
+issuerequest () : void
+respondtopilotcontrol () : void
+operateaircraft () : void
COLLABORATION DIAGRAM
COMPONENT DIAGRAM

Microprocessor Control System


<<control panel at controller
<<control panel at pilot sid >e
sid >e>
>

Decision making tool


<<Automated too>l >
DEPLOYMENT DIAGRAM

Pilot C u b i c E m b e d d e d Panel Controller Cubic Embedded


Panel

Microprocessor Control System

Automation System

Dec is io n M a k i n g To o l

You might also like