How to add text to "interaction use" element in seqence diagram ?
514 views
Skip to first unread message
강경구
unread,
Apr 21, 2021, 5:06:53 AM4/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StarUML
I want to add text to interaction use element in sequence diagram .
I tried many things but couldn't find out how.
Do anybody know how to do it ?
Jean Fex
unread,
Apr 21, 2021, 5:24:08 AM4/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StarUML
Since it is an InteractionUse, you relate it to the interaction it refers to by using its "refersTo" property. This will put the referred interaction name in the rectangle and it is the only thing that can be put there by compliance to UML 2.5. By the way, you can always attach a note to any element of any diagram.
강경구
unread,
Apr 21, 2021, 6:48:41 AM4/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StarUML
I tried to attach a note over "interaction use" element.