Open nus-se-script opened 2 weeks ago
Hi thank you for bring up this issue. However, the << >> brackets are not association labels but instead UML stereotypes. UML stereotype notation, is used to indicate the purpose or the role played by a UML element and that is why it is used in the diagram above. Hence, we will be rejecting this issue since there is no error in our UML diagram.
UML stereotypes are mentioned in our textbook and thus are taught to us:
Furthermore, here are online resources describing the use of the UML stereotype (it can also be used for relationships):
Here is also the Prof talking about UML stereotypes in the forum:
--
Description:
Association labels in the UML diagram should not have brackets such as
<<
or>>
.Steps to Reproduce:
Expected Result:
The association label between
LogicManager
class and the abstractCommand
class should not have the brackets<<
and>>
. This applies to the rest of the associations in the diagram.Actual Result:
There are brackets surrounding the label as shown below.
[original: nus-cs2103-AY2425S1/pe-interim#1480] [original labels: severity.Low type.DocumentationBug]