PlantUML 1.2021.2 Справочное руководство по языкуoptional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy notation: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green :0 码力 | 388 页 | 4.18 MB | 1 年前3
PlantUML 1.2021.3 Справочное руководство по языкуoptional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional -> george !! : delete return success @enduml Then you can mix activation and deactivation, on same line: @startuml alice -> bob ++ : hello1 bob -> charlie --++ : hello2 charlie --> alice -- : ok @enduml Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy0 码力 | 406 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 Language Reference Guide4 Message to Self A participant can send a message to itself. It is also possible to have multi-line using . @startuml PlantUML Language Reference Guide (1.2021.2) 3 / 415 1.5 Text alignment 1 SEQUENCE on message using the note left or note right keywords just after the message. You can have a multi-line note using the end note keywords. @startuml Alice->Bob : hello note left: this is a first note Bob->Alice It is possible to highlight a note by changing its background color. You can also have a multi-line note using the end note keywords. @startuml participant Alice participant Bob note left of Alice0 码力 | 416 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.2 Language Reference Guide4 Message to Self A participant can send a message to itself. It is also possible to have multi-line using . @startuml PlantUML Language Reference Guide (1.2021.2) 3 / 397 1.5 Text alignment 1 SEQUENCE on message using the note left or note right keywords just after the message. You can have a multi-line note using the end note keywords. @startuml Alice->Bob : hello note left: this is a first note Bob->Alice It is possible to highlight a note by changing its background color. You can also have a multi-line note using the end note keywords. @startuml participant Alice participant Bob note left of Alice0 码力 | 398 页 | 4.17 MB | 1 年前3
PlantUML 1.2023.11 Справочное руководство по языкусинтаксис: #color;line.[bold|dashed|dotted];text:color где: • # - начало режима конфигурирования, • color - цвет стрелки, • ; - разделитель между конфигурационными параметрами, • line.type - тип линии (bar) : foo --> (bar1) #line:red;line.bold;text:red : , foo --> (bar2) #green;line.dashed;text:green : , foo --> (bar3) #blue;line.dotted;text:blue : , индивидуально для каждого элемента используя следующий встраиваемый синтаксис: #[color|back:color];line:color;line.[bold|dashed|dotted];text:color где: • # - начало режима конфигурирования, • color или back:color0 码力 | 554 页 | 7.96 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajeoptional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy notation: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green :0 码力 | 389 页 | 4.12 MB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2021.2)optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy notation: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green :0 码力 | 381 页 | 4.05 MB | 1 年前3
PlantUML 1.2021.3 Sprachreferenzoptional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy notation: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green :0 码力 | 406 页 | 4.22 MB | 1 年前3
PlantUML 1.2021.2 Sprachreferenzoptional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy notation: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green :0 码力 | 389 页 | 4.07 MB | 1 年前3
Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2023.11)SEQUENCE DIAGRAM @enduml 1.3 Declaring participant on multiline You can declare participant on multi-line. @startuml participant Participant [ =Title ---- ""SubTitle"" ] participant Bob Participant -> 5 Message to Self A participant can send a message to itself. It is also possible to have multi-line using . @startuml Alice -> Alice: This is a signal to self.\nIt also demonstrates\nmultiline \ntext on message using the note left or note right keywords just after the message. You can have a multi-line note using the end note keywords. @startuml Alice->Bob : hello note left: this is a first note Bob->Alice0 码力 | 551 页 | 7.79 MB | 1 年前3
共 96 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













