【发布时间】:2015-11-29 17:08:07
【问题描述】:
正如问题所述,我试图在类图中指示“多个”类型 - 例如,我的类是讲座:
Lecture
topic : String
lecturer : String
timeStart : Time
studentsAttending : **Insert indication of list of students here**
【问题讨论】:
-
另请注意,这将更好地表达为
Lecture和Student类之间的“参与”关系。
标签: list uml class-diagram