Kindly answer this as soon as possible. Need Urgently. Thanks While making a diagram must use Modle, View, and Controller. The following classes are partially designed for a University Management System where the University is the only entity allowed to fire a faculty. dismiss a student, and eliminate a room. A Person can be a Student or Faculty. A faculty can teach up to 6 sections. A student can be enrolled in several courses. A section, besides the attributes listed, has a room and a course assigned. Connect the classes using the appropriate UML relationships and multiplicities. Student and Faculty are missing at least one attribute, and Section is missing at least two fields.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Kindly answer this as soon as possible. Need Urgently. Thanks

While making a diagram must use Modle, View, and Controller.

The following classes are partially designed for a University Management System where the University is the only entity allowed to fire a faculty. dismiss a student, and eliminate a room. A Person can be a Student or Faculty. A faculty can teach up to 6 sections. A student can be enrolled in several courses. A section, besides the attributes listed, has a room and a course assigned. Connect the classes using the appropriate UML relationships and multiplicities. Student and Faculty are missing at least one attribute, and Section is missing at least two fields.

 

 

Person
|- name : String
- ssn : int
+ Person()
Student
|- ID : String
- Student()
Faculty
|- ID: String
UniversityMS
|- name : String
Faculty)
- UniversityMSO
Course
|- name : String
|- ID: String
+ Course()
Section
|- ID : String
|- day : DateTime
|- time : DateTime
Room
+ Section()
|- number : String
|- capacity : int
+ Room)
Transcribed Image Text:Person |- name : String - ssn : int + Person() Student |- ID : String - Student() Faculty |- ID: String UniversityMS |- name : String Faculty) - UniversityMSO Course |- name : String |- ID: String + Course() Section |- ID : String |- day : DateTime |- time : DateTime Room + Section() |- number : String |- capacity : int + Room)
Design a Mini-Kindle App that conforms with the MVC pattern. At this time, the Mini-Kindle App only has
two views, the Library view and the Book view.
• In the Library view the user can (i) synchronize the book library with the library in the cloud, and (ii) select
(open) a book to read
• When the library is synchronized, the library view is updated with the new conten (if any) from the cloud
library
• In the Book view, the user can (i) flip pages back and forward, (ii) set/remove bookmarks (up tp 5
bookmarks per book), (iii) go to a specific page (by providing a page number)
• When the user selects/opens a book, the latest/current page is displayed
• You may use enums with different statates to update the views
The user can execute the commands from a GUI. You can assume that there are contorls in the GUI for each of
the operations mentioned above.
Your class diagram must follow the MVC version 3 as we discussed in class.
In each class include the minimum attributes and methods needed to satisfy the requierements descibed
above. It is expected full method signatures, appropiate visibility modifiers, descriptive naming convention for
classes, attributes, methods, and delegates. All relationships that accept multiplicity must be depicted in the
diagram.
Transcribed Image Text:Design a Mini-Kindle App that conforms with the MVC pattern. At this time, the Mini-Kindle App only has two views, the Library view and the Book view. • In the Library view the user can (i) synchronize the book library with the library in the cloud, and (ii) select (open) a book to read • When the library is synchronized, the library view is updated with the new conten (if any) from the cloud library • In the Book view, the user can (i) flip pages back and forward, (ii) set/remove bookmarks (up tp 5 bookmarks per book), (iii) go to a specific page (by providing a page number) • When the user selects/opens a book, the latest/current page is displayed • You may use enums with different statates to update the views The user can execute the commands from a GUI. You can assume that there are contorls in the GUI for each of the operations mentioned above. Your class diagram must follow the MVC version 3 as we discussed in class. In each class include the minimum attributes and methods needed to satisfy the requierements descibed above. It is expected full method signatures, appropiate visibility modifiers, descriptive naming convention for classes, attributes, methods, and delegates. All relationships that accept multiplicity must be depicted in the diagram.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Requirement Analysis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education