Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

EX NO : 4A Multi- Threaded Airport Simulation

AIM: To create a Multi- Threaded Airport Simulation

ACTORS:

ATC Controller

Use Cases

1. ATC Controller
2. Decision Support System
3. Planning
4. Emergency
5. Sensor
6. Gateway
7. Runway
8. Terminal
9. Available
10. Waiting Queue

ALGORITHMIC PROCEDURE:

STEP 1: Start the application


STEP 2: Create the require actors and usecases in the browser
window
STEP 3: Goto new usecase view and then click the usecase view
and
open a new package
STEP 4: Rename the new package with the package with required
names
STEP 5: Create two packages actor and usecase

USECASE DIAGRAM:

1 Draw and drop the actors and usecase from browser window into
the diagram window.
2 Associate the usecases and actors
ACTIVITY DIAGRAM:

1 The activity diagram describes the sequencing of activities, with


support for both conditional and parallel behavior.
2 The various controls are placed into the diagram window to create
activity diagram

SEQUENCE DIAGRAM:

1 Create a new package from the database and name it as a


sequence diagram
2 From the toolbar, select the required tools and make
corresponding connections.

COLLABORATION DIAGRAM:

1 Press F5 on the sequence diagram the collaboration diagram is


obtained
2 Save the diagram.

COMPONENT DIAGRAM

3 Create a new package from the database and name it as a


component
4 diagram
5 Generate the coding using visual basic
Use Case Diagram

 Sequence Diagram:
Diagram
Sequence Diagrams

Runway Assignment Control Sequence Diagram


Conflict Detection Sequence Diagram
Multi Airport Sequence Diagram
Collaboration Diagram:
Runway Assignment Control Collaboration
Diagram

Conflict Detection Collaboration Diagram


Activity Diagram:

Runway allocation for landing Activity Diagram


Class Diagram:

Component Diagram

Airport
Simulation

RESULT
The various UML diagrams were drawn for AIRPORT
SIMULATION SYSTEM application and the corresponding
code was generated.

You might also like