Skip to document

Assignment 4 - Course work from System Analysis and Design textbook

Course work from System Analysis and Design textbook
Course

IT project management (CIST 2921)

8 Documents
Students shared 8 documents in this course
Academic year: 2020/2021
Uploaded by:
0followers
1Uploads
2upvotes

Comments

Please sign in or register to post comments.

Preview text

Domain classes and their attributes for SBRU Social Networking subsystem:

  1. Resort: Name, Address, Phone
  2. Traveler: Name, Address, Phone, Email
  3. Room: Room Number, Phone Number of Room
  4. Time for Rent: Date, Check-in, Check-out
  5. Activities: Play, Eat
  6. Comment of Traveler: Name, Date, Email, Phone

Based on the above domain classes identified, below is a domain model class diagram that shows the domain classes with attributes and associations with multiplicity.

Diagram Translation: Resort concurrent path is to Room and Traveler. There can be many instances of Traveler or Travelers as there can be many activities associated with Travelers. Time to Rent is dashed off of both of the Traveler and Room Number because of a many to many associations as Comments of Travelers will have a many to many association.

Was this document helpful?

Assignment 4 - Course work from System Analysis and Design textbook

Course: IT project management (CIST 2921)

8 Documents
Students shared 8 documents in this course
Was this document helpful?
Domain classes and their attributes for SBRU Social Networking subsystem:
1. Resort: Name, Address, Phone
2. Traveler: Name, Address, Phone, Email
3. Room: Room Number, Phone Number of Room
4. Time for Rent: Date, Check-in, Check-out
5. Activities: Play, Eat
6. Comment of Traveler: Name, Date, Email, Phone
Based on the above domain classes identified, below is a domain model class diagram that
shows the domain classes with attributes and associations with multiplicity.
Diagram Translation: Resort concurrent path is to Room and Traveler. There can be many instances of
Traveler or Travelers as there can be many activities associated with Travelers. Time to Rent is dashed off
of both of the Traveler and Room Number because of a many to many associations as Comments of
Travelers will have a many to many association.