How do I add a third association

0 votes
asked May 24, 2019 in Question / help by Willem
Adding a third associative does not work -- it there a workaround to have three association classes?

Here is an example:

@startuml test
class Student {
  Name
}
Student  *--  Course
(Student, Course) . Enrollment

Student  *--  Course
(Student, Course) . Second

Student  *--  Course
(Student, Course) . Third  <-- remove this line and there is no error

class Enrollment {
  drop()
  cancel()
}
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...