Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2020.23)-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 return rc bob -> george !! : delete return success @enduml 1.23 Return can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually creating this new object. @startuml Bob -> Alice : hello create Other Alice Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob : ok @enduml 1.25 Shortcut syntax for activation, deactivation, creation Immediately after0 码力 | 311 页 | 3.15 MB | 1 年前3
Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.4)-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 return rc bob -> george !! : delete return success @enduml 1.20 Return can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually creating this new object. @startuml Bob -> Alice : hello create Other Alice Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob : ok @enduml 1.22 Shortcut syntax for activation, deactivation, creation Immediately after0 码力 | 167 页 | 1.83 MB | 1 年前3
Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.3)-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 return rc bob -> george !! : delete return success @enduml 1.20 Return can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually creating this new object. @startuml Bob -> Alice : hello create Other Alice Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob : ok @enduml 1.22 Shortcut syntax for activation, deactivation, creation Immediately after0 码力 | 159 页 | 1.73 MB | 1 年前3
PlantUML 1.2019.1 Language Reference Guide-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 return rc bob -> george !! : delete return success @enduml 1.20 Return can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually creating this new object. @startuml Bob -> Alice : hello create Other Alice Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob : ok @enduml 1.22 Shortcut syntax for activation, deactivation, creation Immediately after0 码力 | 148 页 | 1.85 MB | 1 年前3
PlantUML 1.2019.2 Language Reference Guide-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 return rc bob -> george !! : delete return success @enduml 1.20 Return can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually creating this new object. @startuml Bob -> Alice : hello create Other Alice Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob : ok @enduml 1.22 Shortcut syntax for activation, deactivation, creation Immediately after0 码力 | 160 页 | 1.73 MB | 1 年前3
PlantUML 1.2020.22 Language Reference Guide-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 return rc bob -> george !! : delete return success @enduml 1.22 Return can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually creating this new object. @startuml Bob -> Alice : hello create Other Alice Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob : ok @enduml 1.24 Shortcut syntax for activation, deactivation, creation Immediately after0 码力 | 299 页 | 3.07 MB | 1 年前3
PlantUML 1.2021.3 Language Reference Guide-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 PlantUML Language Reference Guide (1.2021.2) 19 / 415 1.25 Return 1 SEQUENCE Alice Alice -> Alice : some action return bye @enduml 1.26 Participant creation You can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually 1.27 Shortcut syntax for activation, deactivation, creation 1 SEQUENCE DIAGRAM create Other Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob0 码力 | 416 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.1 Language Reference Guide-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 PlantUML Language Reference Guide (1.2021.1) 19 / 391 1.25 Return 1 SEQUENCE Alice Alice -> Alice : some action return bye @enduml 1.26 Participant creation You can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually 1.27 Shortcut syntax for activation, deactivation, creation 1 SEQUENCE DIAGRAM create Other Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob0 码力 | 392 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 Language Reference Guide-> bob : hello bob -> bob : self call bill -> bob #005500 : hello from thread 2 bob -> george ** : create return done in thread 2 PlantUML Language Reference Guide (1.2021.2) 19 / 397 1.25 Return 1 SEQUENCE Alice Alice -> Alice : some action return bye @enduml 1.26 Participant creation You can use the create keyword just before the first reception of a message to emphasize the fact that this message is actually 1.27 Shortcut syntax for activation, deactivation, creation 1 SEQUENCE DIAGRAM create Other Alice -> Other : new create control String Alice -> String note right : You can also put notes! Alice --> Bob0 码力 | 398 页 | 4.17 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)참여자생성 해당메시지가실제로새객체를 생성한다는걸강조하기위해, 참여자가첫번째메시지를수신하기전에 create 키워드를사용할수있다. @startuml Bob -> Alice : hello create Other Alice -> Other : new create control String Alice -> String note right : You can also • ** Create an instance of the target • !! Destroy an instance of the target @startuml alice -> bob ++ : hello bob -> bob ++ : self call bob -> bib ++ #005500 : hello bob -> george ** : create return -> A: DoWork activate A PlantUML 언어참조가이드 (1.2020.23) 25 / 306 1.33 Skinparam 1 시퀀스다이어그램 A -> B: Create Request activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: Request Created0 码力 | 307 页 | 3.16 MB | 1 年前3
共 98 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













