Skip to content
/ Aiport Public

An airport simulation in Java. The airport includes numbered flights, named passengers, and destinations. Testing performed with JUnit 4

Notifications You must be signed in to change notification settings

dkanney/Aiport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiport

Objective

The objective of this project is to simulate an airport. The airport includes numbered flights, named passengers, and destinations.

Overview

Each flight (of type Flight) has a destination and a list of its passengers. A newly instantiated Airport has a Map that associates a flight number with a flight. Additionally, each flight will have passengers onboard.

The methods in this class are pretty straightforward, including a readFlightData() method that utilizes Java threads to read data from a webpage (.html). The data is then added to an Airport object.

About

An airport simulation in Java. The airport includes numbered flights, named passengers, and destinations. Testing performed with JUnit 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published