Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need to write a net beans program out of this uml and use cases i need it to be solved to monday please or
i need to write a net beans program out of this uml and use cases i need it to be solved to monday please or else i will drop the course
Login Use case Diagram Manage and update the database Admin Sign up Check room availability Customer Make booking Make a Dari mayment Cancel booking Sequence Diagram Customer System Admin Registration -Login (Username, password) 1 -Login (Username, password) Alt Enter valid usemame and password -Login (Username, password) 1 -Enter valid usemame and password- Invalid username and password 1 1 -Login (Username, password) Add room- 1 1 1 -Delete room Valid username and password Check available rooms Loocking for available rooms -Return available rooms Choosing room and make booking Set room as reserved Return invoice Make payment Opt Cancel booking Set room as available Class Diagram (Models) Customer -String name - String pass - int phone Reservation - String cname - String rtype - int rnum - Date date + constructor + settName + getName +getPass + setPass + set Phone + getPhone + toString Room String type; - Double price; - boolean available; - int number; + constructor + set Price + getPrice + setType + getType +getAvailable + set Available + set Number + getNumber + toString + constructor + setcname + getename + setrtype + getrtype + getrnum + setrnum + setdate + getdate + toString Class Diagram (Views) Admin Frame New User Frame + controller: Hcontroller + controller: Hcontroller + methods of gui actions + methods of gui actions Reservation Frame + controller: Hcontroller Welcome Frame + controller: Hcontroller + methods of gui actions + methods of gui actions Class Diagram (Controller) Hcontroller FileAccess |- File Access fA; + add Customer + add Room + add Reservation + CheckCustomer + getRoom Count + PrintAll Rooms + removeRoom + void writeToFile + void resetfile + read Customers() | + read Rooms() + read Reservation() Activity Diagram (Customer) Cancel reservation AO Keep room reserved Registration Make Payment AO Select room Check available rooms Login Check in date and time Check out date and time AO Activity Diagram (Admin) Add room Login Remove room State Diagram Customer view: New customer Registration Start Room reserved Waiting Show available Making reservation of Payment Login rooms a room Old customer Admin view: Room added Add room Start Waiting Login Delete room Room deletedStep 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