PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml note over Alice, Charlie: Old method for note over all part. with:\n ""note over //FirstPart, LastPart//"". note across: New method with:\n""note across"" Bob->Alice hnote across:Note across all part. @enduml using ?. @startuml ?-> Alice : ""?->""\n**short** to actor1 [-> Alice : ""[->""\n**from start** to actor1 [-> Bob : ""[->""\n**from start** to actor2 ?-> Bob : ""?->""\n**short** to actor2 Alice ->] : ""->]""\nfrom0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml note over Alice, Charlie: Old method for note over all part. with:\n ""note over //FirstPart, LastPart//"". note across: New method with:\n""note across"" Bob->Alice PlantUML 언어참조가이드 (1.2021.1) 12 / 385 using ?. @startuml ?-> Alice : ""?->""\n**short** to actor1 [-> Alice : ""[->""\n**from start** to actor1 [-> Bob : ""[->""\n**from start** to actor2 ?-> Bob : ""?->""\n**short** to actor2 Alice ->] : ""->]""\nfrom0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml note over Alice, Charlie: Old method for note over all part. with:\n ""note over //FirstPart, LastPart//"". note across: New method with:\n""note across"" Bob->Alice PlantUML 언어참조가이드 (1.2021.2) 12 / 390 using ?. @startuml ?-> Alice : ""?->""\n**short** to actor1 [-> Alice : ""[->""\n**from start** to actor1 [-> Bob : ""[->""\n**from start** to actor2 ?-> Bob : ""?->""\n**short** to actor2 Alice ->] : ""->]""\nfrom0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml note over Alice, Charlie: Old method for note over all part. with:\n ""note over //FirstPart, LastPart//"". note across: New method with:\n""note across"" Bob->Alice PlantUML 언어참조가이드 (1.2021.2) 12 / 407 using ?. @startuml ?-> Alice : ""?->""\n**short** to actor1 [-> Alice : ""[->""\n**from start** to actor1 [-> Bob : ""[->""\n**from start** to actor2 ?-> Bob : ""?->""\n**short** to actor2 Alice ->] : ""->]""\nfrom0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml using ?. @startuml ?-> Alice : ""?->""\n**short** to actor1 [-> Alice : ""[->""\n**from start** to actor1 [-> Bob : ""[->""\n**from start** to actor2 ?-> Bob : ""?->""\n**short** to actor2 Alice ->] : ""->]""\nfrom ""->]""\nfrom actor1 **to end** Alice ->? : ""->?""\n**short** from actor1 Alice -> Bob : ""->"" \nfrom actor1 to actor2 @enduml [Ref. QA-310] 1.28 Anchors and Duration With teoz usage it is possible to0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml can also be on several lines end note note "This note is connected\nto several objects." as N2 (Start) .. N2 N2 .. (Use) @enduml PlantUML 언어참조가이드 (1.2020.22) 32 / 294 2.9 Stereotypes 2 유즈케이스다이어그램 2.9 every class\nextends this one. note "This is a floating note" as N1 note "This note is connected\nto several objects." as N2 Object .. N2 N2 .. ArrayList class Foo note left: On last defined class @enduml0 码力 | 295 页 | 3.08 MB | 1 年前3
Comprehensive Rust(한국어) 2024122_f32 유니코드 문자 char 'a', ' α ', ' ∞' 불리언 bool true, false 각 타입의 크기는 다음과 같습니다: • iN, uN, fN 은 모두 _N_비트 입니다. • isize 와 usize 는 포인터와 같은 크기입니다, • char 32 비트 입니다, • bool 은 8 비트 입니다. 위에 표시되지 않은 몇 가지 문법이 있습니다: 경계에서 끝나는 범위로 조 정합니다. • Raw strings allow you to create a &str value with escapes disabled: r"\n" == "\\n". You can embed double-quotes by using an equal amount of # on either side of the quotes: fn main() numbers are both 1. For n>2, the n'th Fibonacci number is calculated recursively as the sum of the n-1'th and n-2'th Fibonacci numbers. Write a function fib(n) that calculates the n'th Fibonacci number.0 码力 | 369 页 | 1.29 MB | 10 月前3
Comprehensive Rust2_f32 유니코드 문자 char 'a', ' α ', ' ∞' 불리언 bool true, false 각 타입의 크기는 다음과 같습니다: • iN, uN, fN 은 모두 _N_비트 입니다. • isize 와 usize 는 포인터와 같은 크기입니다, • char 32 비트 입니다, • bool 은 8 비트 입니다. 위에 표시되지 않은 몇 가지 문법이 있습니다: 경계에서 끝나는 범위로 조 정합니다. • Raw strings allow you to create a &str value with escapes disabled: r"\n" == "\\n". You can embed double-quotes by using an equal amount of # on either side of the quotes: fn main() numbers are both 1. For n>2, the n'th Fibonacci number is calculated recursively as the sum of the n-1'th and n-2'th Fibonacci numbers. Write a function fib(n) that calculates the n'th Fibonacci number.0 码力 | 368 页 | 1.29 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)Long as "This is very\nlong" Long --> "Bob()" : ok @enduml 1.4 자신에게메시지보내기 참여자는자기자신에게메시지를보낼수있다. \n 을이용해서여러줄로쓰는것도가능하다 @startuml Alice->Alice: This is a signal to self.\nIt also demonstrates\nmultiline Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml Bob: Authentication Request Bob -> Alice: Authentication Response @enduml You can add newline using \n in the title description. @startuml title __Simple__ communication example\non several lines PlantUML0 码力 | 158 页 | 1.76 MB | 1 年前3
PlantUML 1.2019.4 언어참조가이드Long as "This is very\nlong" Long --> "Bob()" : ok @enduml 1.4 자신에게메시지보내기 참여자는자기자신에게메시지를보낼수있다. \n 을이용해서여러줄로쓰는것도가능하다 @startuml Alice->Alice: This is a signal to self.\nIt also demonstrates\nmultiline Alice. note over Alice: This is displayed over Alice. note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice. note over Bob, Alice This is yet another example of a long note. end note @enduml Bob: Authentication Request Bob -> Alice: Authentication Response @enduml You can add newline using \n in the title description. @startuml title __Simple__ communication example\non several lines PlantUML0 码力 | 166 页 | 1.86 MB | 1 年前3
共 15 条
- 1
- 2













