Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An airline company requires your services to design software for their Boarding Pass Generation System. A sample boarding pass is provided in Figure 1 ,

An airline company requires your services to design software for their Boarding Pass Generation System. A sample boarding pass is provided in Figure 1, which would be provided to a passenger who will be boarding a place.
You are required to do the following:
Identify the use-cases for the software. Draw the UML use-case diagram and include supporting use-case descriptions. At least 3 scenarios must be identified.
Identify the objects and their respective classes. Draw the UML class diagrams and include supporting descriptions to explain the relationships. At least 4 classes and respective relationships must be identified.
For all the identified classes, create Python classes with the constructor, attributes (at least 5), and required setter/getter methods. Identify and include other required function headers in the classes where the function's body is just a pass statement and include a comment to indicate what the function should achieve.
Create objects of all the identified classes and use the objects functions to populate and display all the boarding pass details shown in the figure.
Submission:
Submit a report (single PDF file) that has the following sections:
a. UML Use-Case Diagrams and Description.
b. UML Class Diagrams and Description.
c. Python classes (copy-paste the code, NOT an image of the code). The code must be well documented with good coding standards followed.
d. GitHub repository link, with access made public: The GitHub repository will have a record of your work. The repository would indicate the cumulative progress of your work in the assignment over the time you have worked on it.
e. Summary of learnings
Assignment Information
Weight:
15%
Learning Outcomes Added
LO1_OOAD: Analyze and design software that map real-world entities and relationships using Unified Modelling Language (UML) notations.
LO2_OOProgramming: Create working object-oriented programs in a computer language that are well- structured, error free, and can solve computational problems.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications Dexa 2022 Workshops 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 In Computer And Information Science 33

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Alfred Taudes ,Atif Mashkoor ,Johannes Sametinger ,Jorge Martinez-Gil ,Florian Sobieczky ,Lukas Fischer ,Rudolf Ramler ,Maqbool Khan ,Gerald Czech

1st Edition

3031143426, 978-3031143427

More Books

Students also viewed these Databases questions

Question

Repeat Problem 13.10 for a 365-day 40-strike put.

Answered: 1 week ago