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 text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml skinparam responseMessageBelowArrow true Bob -> Alice : hello Alice -> Bob : ok @enduml 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 码力 | 416 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 Справочное руководство по языкуtext of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml Справочное руководство по языку PlantUML (1.2021.2) 3 / 405 1.6 Изменение стиля стрелок ПОСЛЕДОВАТЕЛЬНОСТИ 1.25 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply -> 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 @enduml0 码力 | 406 页 | 4.33 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.3 언어참조가이드Skinparam 1 시퀀스다이어그램 1.35 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use this command: • In the diagram definition, like any other commands, • In In an included file, • In a configuration file, provided in the command line or the ANT task. You can also change other rendering parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 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 码力 | 408 页 | 4.32 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 text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. PlantUML Language Reference Guide (1.2023.11) 5 / 550 1.7 Change arrow style 1 SEQUENCE DIAGRAM0 码力 | 551 页 | 7.79 MB | 1 年前3
PlantUML 1.2020.23 Справочное руководство по языкуtext of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. Справочное руководство по языку PlantUML (1.2020.23) 3 / 305 1.6 Изменить стиль стрелок 1 ДИАГРАММА @enduml 1.23 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply Alice : hello Alice -> Bob : ok @enduml 1.36.2 lifelineStrategy solid In order to have solid life line in sequence diagrams, you can use: • skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy0 码力 | 306 页 | 3.12 MB | 1 年前3
PlantUML 1.2020.22 Справочное руководство по языкуtext of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. Справочное руководство по языку PlantUML (1.2020.22) 3 / 293 1.6 Изменить стиль стрелок 1 ДИАГРАММА @enduml 1.22 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply default) to: • an awesome man with the skinparam actorStyle awesome command; • a hollow man with the skinparam actorStyle hollow command. 2.3.1 Stick man (by default) @startuml :User: --> (Use) "Main Admin"0 码力 | 294 页 | 3.03 MB | 1 年前3
PlantUML 1.2023.11 Sprachreferenztext of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml skinparam responseMessageBelowArrow true Bob -> Alice : hello Alice -> Bob : ok @enduml @enduml 1.26 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply {end} Bob -> Alice : finish {start} <-> {end} : some time @enduml You can use the ‘-P‘ [command-line](command-line) option to specify the pragma: “‘ java -jar plantuml.jar -Pteoz=true “‘ *[Ref. [issue-582](https://github0 码力 | 529 页 | 7.46 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
something else {end} Bob -> Alice : finish {start} <-> {end} : some time @enduml You can use the -P command-line option to specify the pragma: java -jar plantuml.jar -Pteoz=true [Ref. issue-582] 1.32 Stereotypes Skinparam 1 시퀀스다이어그램 1.36 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use this command: • In the diagram definition, like any other commands, • In In an included file, • In a configuration file, provided in the command line or the ANT task. You can also change other rendering parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 1.2021.3 Sprachreferenztext of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. PlantUML Sprachreferenz (1.2021.2) 3 / 405 1.6 Ändern der Pfeilart 1 SEQUENZ-DIAGRAMM @startuml @enduml 1.25 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply 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.22 MB | 1 年前3
共 96 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













