|
However, when you go to the filter of Student class, the attributes, services, and relations are listed exactly the same in both diagrams, as shown below.
In both diagrams, ‘#courseGrade’ and ‘#name’ are treated as attributes of the Student class. This is because even though ‘#courseGrade’ and ‘#name’ can be represented as associations, they are simply attributes of the Student class which has String class as its type.
|