Sequence Diagram: Notes next to each other / side by side / in the same row

0 votes
asked Jun 1, 2013 in To be sorted by alexander.willner (160 points)

Hi there,

I would like to place notes in a sequence diagram next to each other / side by side / in the same row, instead seeing some sort of vertical indentation (i.e. I need some sort of floating attribute). Is this somehow possible? Here is a minimal example:

 

@startuml
 
actor user as "AAAAAAAA"
note over user: noteA
boundary b as "BBBBBBBB"
note over b: noteB
control c as "CCCCCCCC"
note over c: noteB
 
@enduml

 

Here I would like to see noteA, noteB, and noteC next to each other...

Best regards, Alex

 

 

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.
...