Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For this assignment we are going to design a system to schedule flight crews and aircraft for Mean Green Airlines. For this we will need
For this assignment we are going to design a system to schedule flight crews and aircraft for Mean Green Airlines. For this we will need the following entities, plus collections for each of the entities: Plane/Aircraft, Crew Member and Flight The data for a Plane will contain at least the following Make (e.g. Boeing) Model (eg 737) Tail Number (eg B171A) Number of Seats (eg 137) Range (e.g. 800 miles) minimum number of Cabin Crew You may add other data needed for your implementation as well as you will need accessor and mutator functions for the data The data for a crew member will contain at least Name ID number Type (Pilot, Cabin) You may add other data needed for your implementation as well as you will need accessor and mutator functions for the data. The data for a Flight (The transaction entity) will contain at least the following: Plane ID (Tail number) Number of Pilots (flights over 8 hours require 2 pilots and 2 co-pilots) Number of Cabin Crew (flights over 8 hours require double the minimum) List of Pilot IDs List of Cabin Crew IDs Start Date/Time (in GMT) End Date/Time (in GMT) Starting Airport code (3 letters)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started