Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2023.11)and >>. You can also define notes using note left of , note right of , note top of , note bottom of key- words. You can also define a note on the last defined class using note left, note right, note top 108 / 550 5.9 Partition 5 ACTIVITY DIAGRAM (LEGACY) note right: This action has to be defined "Some action" --> (*) note left This note is on several lines end note @enduml 5.9 Partition You can define define a partition using the partition keyword, and optionally declare a background color for your partition (Using a html color code or name) When you declare activities, they are automatically put in the0 码力 | 551 页 | 7.79 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
107 / 551 5.9 Partition 5 ACTIVITY DIAGRAM (LEGACY) note right: This action has to be defined "Some action" --> (*) note left This note is on several lines end note @enduml 5.9 Partition You can define define a partition using the partition keyword, and optionally declare a background color for your partition (Using a html color code or name) When you declare activities, they are automatically put in the the last used partition. You can close the partition definition using a closing bracket }. @startuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience #LightSkyBlue0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 1.2023.11 Guide de référence du langagelines end note @enduml 5.9 Partition Vous pouvez définir une partition en utilisant le mot clé partition, et optionnellement déclarer un fond de couleur pour votre partition (En utilisant un code couleur automatiquement mis dans la dernière partition utilisée. Vous pouvez fermer la partition de définition en utilisant les crochets fermants }. @startuml partition Conductor { (*) --> "Climbs on Platform" === S1 === --> Bows } partition Audience #LightSkyBlue { === S1 === --> Applauds } partition Conductor { Bows --> === S2 === --> WavesArmes Applauds --> === S2 === } partition Orchestra #CCCCEE { WavesArmes0 码力 | 534 页 | 7.56 MB | 1 年前3
PlantUML 1.2023.11 Справочное руководство по языкуРазделы 5 ДИАГРАММА ДЕЯТЕЛЬНОСТИ 5.9 Разделы Вы можете задать раздел используя ключевое слово partition, и опционально задать цвет фона для своего раздела (Используя код цвета html или название цвета) закрывающую скобку }. @startuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience #LightSkyBlue { === S1 === --> Applauds } partition Conductor { Bows --> === S2 S2 === --> WavesArmes Applauds --> === S2 === } partition Orchestra #CCCCEE { WavesArmes --> Introduction --> "Play music" } @enduml Справочное руководство по языку PlantUML (1.2023.11) 114 / 553 50 码力 | 554 页 | 7.96 MB | 1 年前3
PlantUML 1.2021.3 Language Reference Guideand >>. You can also define notes using note left of , note right of , note top of , note bottom of key- words. You can also define a note on the last defined class using note left, note right, note top using the endnote keywords. @startuml PlantUML Language Reference Guide (1.2021.2) 91 / 415 5.9 Partition 5 ACTIVITY DIAGRAM (LEGACY) (*) --> "Some action" note right: This action has to be defined "Some several lines end note @enduml 5.9 Partition You can define a partition using the partition keyword, and optionally declare a background color for your partition (Using a html color code or name) When0 码力 | 416 页 | 4.33 MB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2023.11)5.9 分区 用关键字 partition 定义分区,还可以设置背景色 (用颜色名或者颜色值)。 定义活动的时候,它自动被放置到最新的分区中。 用} 结束分区的定义。 @startuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience #LightSkyBlue #LightSkyBlue { === S1 === --> Applauds } partition Conductor { Bows --> === S2 === --> WavesArmes Applauds --> === S2 === } partition Orchestra #CCCCEE { WavesArmes --> Introduction --> "Play music" } repeat while (校验通过?) is (否) not (是) stop @enduml [参考:QA-11788] 您可以添加分区活动的注释: @startuml start partition "**处理** HelloWorld" { note 这是我的注释 ---- //Creole 测试// end note :Ready; :HelloWorld(i)> :Hello-Sent;0 码力 | 539 页 | 7.74 MB | 1 年前3
PlantUML 1.2023.11 Sprachreferenzleft This note is on several lines end note @enduml 5.9 Partitionen Partitionen können mit dem partition Schlüsselwort erzeugt werden. Dabei kann auch eine Hinter- grundfarbe festgelegt werden.(Duch einen werden automatisch in die zuletzt verwendete Partition eingefügt. Eine Partition lässt sich über das end partition Schlüsselwort schließen. @startuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience #LightSkyBlue { === S1 === --> Applauds } partition Conductor { Bows --> === S2 === --> WavesArmes Applauds --> === S2 === } partition Orchestra #CCCCEE { WavesArmes0 码力 | 529 页 | 7.46 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드several lines, using the endnote keywords. @startuml PlantUML 언어참조가이드 (1.2021.2) 88 / 407 5.9 Partition 5 ACTIVITY DIAGRAM (LEGACY) (*) --> "Some action" note right: This action has to be defined "Some several lines end note @enduml 5.9 Partition You can define a partition using the partition keyword, and optionally declare a background color for your partition (Using a html color code or name) When the last used partition. You can close the partition definition using a closing bracket }. @startuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience #LightSkyBlue0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)You can declare a class as abstract using "abstract" or "abstract class" key- words. The class will be printed in italic. You can use the interface, annotation and enum 4.9 Partition 4 ACTIVITY DIAGRAM (*) --> "Some Activity" note right: This activity has to be defined "Some Activity" --> (*) note left This note is on several lines end note @enduml 4.9 Partition You You can define a partition using the partition keyword, and optionally declare a background color for your partition (Using a html color code or name) When you declare activities, they are automatically0 码力 | 158 页 | 1.76 MB | 1 年前3
PlantUML 1.2019.4 언어참조가이드You can declare a class as abstract using "abstract" or "abstract class" key- words. The class will be printed in italic. You can use the interface, annotation and enum 4.9 Partition 4 ACTIVITY DIAGRAM (*) --> "Some Activity" note right: This activity has to be defined "Some Activity" --> (*) note left This note is on several lines end note @enduml 4.9 Partition You You can define a partition using the partition keyword, and optionally declare a background color for your partition (Using a html color code or name) When you declare activities, they are automatically0 码力 | 166 页 | 1.86 MB | 1 年前3
共 97 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













