 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.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 Справочное руководство по языку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.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.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.1 Справочное руководство по языку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 码力 | 383 页 | 4.13 MB | 1 年前3 PlantUML 1.2021.1 Справочное руководство по языку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 码力 | 383 页 | 4.13 MB | 1 年前3
 PlantUML 1.2020.23 Справочное руководство по языку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 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 lifelineStrategy change the color of individual relation or arrows using the following notation: [#color] or #color;line.[bold|dashed|dotted];text:color: • old method @startuml class foo foo --> bar foo -[#red]-> bar10 码力 | 306 页 | 3.12 MB | 1 年前3 PlantUML 1.2020.23 Справочное руководство по языку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 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 lifelineStrategy change the color of individual relation or arrows using the following notation: [#color] or #color;line.[bold|dashed|dotted];text:color: • old method @startuml class foo foo --> bar foo -[#red]-> bar10 码力 | 306 页 | 3.12 MB | 1 年前3
 PlantUML 1.2020.22 Справочное руководство по языку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 change the color of individual relation or arrows using the following notation: [#color] or #color;line.[bold|dashed|dotted];text:color: • old method @startuml class foo foo --> bar foo -[#red]-> bar1 class foo foo --> bar : normal foo --> bar1 #line:red;line.bold;text:red : red bold foo --> bar2 #green;line.dashed;text:green : green dashed foo --> bar3 #blue;line.dotted;text:blue : blue dotted @enduml0 码力 | 294 页 | 3.03 MB | 1 年前3 PlantUML 1.2020.22 Справочное руководство по языку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 change the color of individual relation or arrows using the following notation: [#color] or #color;line.[bold|dashed|dotted];text:color: • old method @startuml class foo foo --> bar foo -[#red]-> bar1 class foo foo --> bar : normal foo --> bar1 #line:red;line.bold;text:red : red bold foo --> bar2 #green;line.dashed;text:green : green dashed foo --> bar3 #blue;line.dotted;text:blue : blue dotted @enduml0 码力 | 294 页 | 3.03 MB | 1 年前3
 PlantUML 1.2019.6 Справочное руководство по языку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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 173 页 | 1.95 MB | 1 年前3 PlantUML 1.2019.6 Справочное руководство по языку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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 173 页 | 1.95 MB | 1 年前3
 PlantUML 1.2019.9 Справочное руководство по языку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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 173 页 | 1.97 MB | 1 年前3 PlantUML 1.2019.9 Справочное руководство по языку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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 173 页 | 1.97 MB | 1 年前3
 PlantUML 1.2019.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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 159 页 | 1.76 MB | 1 年前3 PlantUML 1.2019.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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 159 页 | 1.76 MB | 1 年前3
 PlantUML 1.2019.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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 159 页 | 1.76 MB | 1 年前3 PlantUML 1.2019.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 @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s end @endgantt 10.6 Calendar You can specify a starting0 码力 | 159 页 | 1.76 MB | 1 年前3
共 13 条
- 1
- 2













