2
votes

ERD when I convert the above ERD into Class Diagram classes, I noticed the classes as below.

  • student
  • lecturer
  • module
  • user

I need to know how to convert "LecturerHasModule" and "studentHasModule" entities into classes. I'm confused to select their attributes.

1
You table Lecture is missing the last r, which changes it's meaning. - Geert Bellekens

1 Answers

3
votes

The more logical seems to have a class-association between Module and Student and between Lecture(r) and Module

enter image description here

Impossible to answer you about teacherHasModule because it does not appear in your question (may be a typo for LecturerHasModule)