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 年前3PlantUML 1.2020.22 언어참조가이드
참여자생성 해당메시지가실제로새객체를 생성한다는걸강조하기위해, 참여자가첫번째메시지를수신하기전에 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 participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: Request Created0 码力 | 295 页 | 3.08 MB | 1 年前3PlantUML 1.2021.1 언어참조가이드
참여자생성 해당메시지가실제로새객체를 생성한다는걸강조하기위해, 참여자가첫번째메시지를수신하기전에 create 키워드를사용할수있다. @startuml Bob -> Alice : hello create Other Alice -> Other : new create control String Alice -> String note right : You can also • ++ Activate the target (optionally a #color may follow this) • -- Deactivate the source • ** Create an instance of the target PlantUML 언어참조가이드 (1.2021.1) 20 / 385 1.28 Incoming and outgoing messages alice -> bob ++ : hello bob -> bob ++ : self call bob -> bib ++ #005500 : hello bob -> george ** : create return done return rc bob -> george !! : delete return success @enduml 1.28 Incoming and outgoing0 码力 | 386 页 | 4.12 MB | 1 年前3PlantUML 1.2021.2 언어참조가이드
참여자생성 해당메시지가실제로새객체를 생성한다는걸강조하기위해, 참여자가첫번째메시지를수신하기전에 create 키워드를사용할수있다. @startuml Bob -> Alice : hello create Other Alice -> Other : new create control String Alice -> String note right : You can also • ++ Activate the target (optionally a #color may follow this) • -- Deactivate the source • ** Create an instance of the target PlantUML 언어참조가이드 (1.2021.2) 20 / 390 1.28 Incoming and outgoing messages alice -> bob ++ : hello bob -> bob ++ : self call bob -> bib ++ #005500 : hello bob -> george ** : create return done return rc bob -> george !! : delete return success @enduml 1.28 Incoming and outgoing0 码力 | 391 页 | 4.17 MB | 1 年前3PlantUML 1.2021.3 언어참조가이드
참여자생성 해당메시지가실제로새객체를 생성한다는걸강조하기위해, 참여자가첫번째메시지를수신하기전에 create 키워드를사용할수있다. @startuml Bob -> Alice : hello create Other Alice -> Other : new create control String Alice -> String note right : You can also • ++ Activate the target (optionally a #color may follow this) • -- Deactivate the source • ** Create an instance of the target PlantUML 언어참조가이드 (1.2021.2) 20 / 407 1.28 Incoming and outgoing messages alice -> bob ++ : hello bob -> bob ++ : self call bob -> bib ++ #005500 : hello bob -> george ** : create return done return rc bob -> george !! : delete return success @enduml *[Ref. [QA-4834](https:forum0 码力 | 408 页 | 4.32 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)
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! PlantUML 언어참조가이드 (1.2019.2) 16 / 157 1.22 Incoming and outgoing messages 1 시퀀스다이어그램 Alice --> Bob : ok @enduml PlantUML 언어참조가이드 (1.2019.2) 21 / 157 1.27 Skinparam 1 시퀀스다이어그램 User -> A: DoWork activate A A -> B: Create Request activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: Request Created0 码力 | 158 页 | 1.76 MB | 1 年前3PlantUML 1.2019.4 언어참조가이드
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! PlantUML 언어참조가이드 (1.2019.4) 16 / 165 1.22 Incoming and outgoing messages 1 시퀀스다이어그램 Alice --> Bob : ok @enduml PlantUML 언어참조가이드 (1.2019.4) 21 / 165 1.27 Skinparam 1 시퀀스다이어그램 User -> A: DoWork activate A A -> B: Create Request activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: Request Created0 码力 | 166 页 | 1.86 MB | 1 年前3PlantUML 1.2019.1 언어참조가이드
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 PlantUML 언어참조가이드 (1.2019.1) 15 / 145 1.22 Incoming and outgoing messages 1 시퀀스다이어그램 participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate B B -> C: DoWork activate C PlantUML 언어참조가이드 (1.2019.1) 20 / 145 1.27 Skinparam0 码力 | 146 页 | 1.89 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.3)
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! PlantUML 언어참조가이드 (1.2019.3) 16 / 157 1.22 Incoming and outgoing messages 1 시퀀스다이어그램 Alice --> Bob : ok @enduml PlantUML 언어참조가이드 (1.2019.3) 21 / 157 1.27 Skinparam 1 시퀀스다이어그램 User -> A: DoWork activate A A -> B: Create Request activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: Request Created0 码力 | 158 页 | 1.76 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
-> 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.26 리턴 return 참여자생성 해당메시지가실제로새객체를 생성한다는걸강조하기위해, 참여자가첫번째메시지를수신하기전에 create 키워드를사용할수있다. @startuml Bob -> Alice : hello create Other Alice -> Other : new create control String Alice -> String note right : You can also 생성을위한단축키 1 시퀀스다이어그램 bob -> bob ++ : self call bob -> bib ++ #005500 : hello bob -> george ** : create return done return rc bob -> george !! : delete return success @enduml 같은줄에서대상의활성화와비활성화를혼용할수있습니다0 码力 | 552 页 | 7.88 MB | 1 年前3
共 15 条
- 1
- 2