PlantUML 1.2021.2 Справочное руководство по языкуключевые слова if/then/else чтобы определять ветки. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" создавать вложенные ветки. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif языку PlantUML (1.2021.2) 86 / 387 5.6 Синхронизация 5 ДИАГРАММА ДЕЯТЕЛЬНОСТИ endif a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Синхронизация Вы можете использовать0 码力 | 388 页 | 4.18 MB | 1 年前3
PlantUML 1.2021.1 Справочное руководство по языкуключевые слова if/then/else чтобы определять ветки. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" создавать вложенные ветки. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif языку PlantUML (1.2021.1) 86 / 382 5.6 Синхронизация 5 ДИАГРАММА ДЕЯТЕЛЬНОСТИ endif a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Синхронизация Вы можете использовать0 码力 | 383 页 | 4.13 MB | 1 年前3
PlantUML 1.2021.3 Справочное руководство по языкуключевые слова if/then/else чтобы определять ветки. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" создавать вложенные ветки. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif языку PlantUML (1.2021.2) 87 / 405 5.6 Синхронизация 5 ДИАГРАММА ДЕЯТЕЛЬНОСТИ endif a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Синхронизация Вы можете использовать0 码力 | 406 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 Language Reference GuideYou can use if/then/else keywords to define branches. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Action" --> "Another Action" -right-> (*) else ->[false] "Something else" -->[Ending also possible to nest branches. @startuml (*) --> if "Some Test" then -->[true] "action 1" if "" then -> "action 3" as a3 else if "Other test" then -left-> "action 5" else --> "action 6" endif endif Reference Guide (1.2021.2) 89 / 415 5.6 Synchronization 5 ACTIVITY DIAGRAM (LEGACY) a3 --> if "last test" then --> "action 7" else -> "action 8" endif @enduml 5.6 Synchronization You can use === code0 码力 | 416 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 SprachreferenzSchlüsselworten können Verzweigungen definiert werden. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" Verzweigungen auch schachteln. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif PlantUML Sprachreferenz (1.2021.2) 87 / 405 5.6 Synchronisation 5 AKTIVITÄTSDIAGRAMM a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Synchronisation Mit === code ===0 码力 | 406 页 | 4.22 MB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2021.2)-left-> (*) @enduml 5.4 分支 你可以使用关键字 if/then/else 创建分支。 @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" 使用 if 关键字进行连接。 还可以嵌套定义分支。 @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif endif else ->[false] "activity 2" endif a3 --> if "last test" then --> "activity 7" else PlantUML 语言参考指引 (1.2021.2) 86 / 380 5.6 同步 5 活动图 -> "activity 8" endif @enduml 5.6 同步 你可以使用 === code ===0 码力 | 381 页 | 4.05 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajeif/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif Lenguaje PlantUML (1.2021.2) 86 / 388 5.6 Sincronización 5 DIAGRAMA DE ACTIVIDADES a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Sincronización Puedes usar === code0 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 Language Reference GuideYou can use if/then/else keywords to define branches. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Action" --> "Another Action" -right-> (*) else ->[false] "Something else" -->[Ending also possible to nest branches. @startuml (*) --> if "Some Test" then -->[true] "action 1" if "" then -> "action 3" as a3 else if "Other test" then -left-> "action 5" else --> "action 6" endif endif Reference Guide (1.2021.2) 88 / 397 5.6 Synchronization 5 ACTIVITY DIAGRAM (LEGACY) a3 --> if "last test" then --> "action 7" else -> "action 8" endif @enduml 5.6 Synchronization You can use === code0 码力 | 398 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.1 Language Reference GuideYou can use if/then/else keywords to define branches. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Action" --> "Another Action" -right-> (*) else ->[false] "Something else" -->[Ending also possible to nest branches. @startuml (*) --> if "Some Test" then -->[true] "action 1" if "" then -> "action 3" as a3 else if "Other test" then -left-> "action 5" else --> "action 6" endif endif Reference Guide (1.2021.1) 88 / 391 5.6 Synchronization 5 ACTIVITY DIAGRAM (LEGACY) a3 --> if "last test" then --> "action 7" else -> "action 8" endif @enduml 5.6 Synchronization You can use === code0 码力 | 392 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del Lenguajeif/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif Lenguaje PlantUML (1.2021.1) 86 / 383 5.6 Sincronización 5 DIAGRAMA DE ACTIVIDADES a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Sincronización Puedes usar === code0 码力 | 384 页 | 4.07 MB | 1 年前3
共 96 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













