PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)that the syntax is highly flexible about type/name order. PlantUML 언어참조가이드 (1.2020.23) 49 / 306 3.5 Defining visibility 3 클래스다이어그램 @startuml class Dummy { String data void methods() } class Flight methods. @startuml class Dummy { {field} A field (despite parentheses) {method} Some method } @enduml 3.5 Defining visibility When you define methods or fields, you can use characters to define the visibility Keywords arguments 20 PREPROCESSING alice -> bob : id(ab,cd) @enduml 20.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description=""0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드that the syntax is highly flexible about type/name order. PlantUML 언어참조가이드 (1.2020.22) 40 / 294 3.5 Defining visibility 3 클래스다이어그램 @startuml class Dummy { String data void methods() } class Flight methods. @startuml class Dummy { {field} A field (despite parentheses) {method} Some method } @enduml 3.5 Defining visibility When you define methods or fields, you can use characters to define the visibility Keywords arguments 20 PREPROCESSING alice -> bob : id(ab,cd) @enduml 20.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description=""0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드Note that the syntax is highly flexible about type/name order. PlantUML 언어참조가이드 (1.2021.1) 53 / 385 3.5 Defining visibility 3 클래스다이어그램 @startuml class Dummy { String data void methods() } class Flight methods. @startuml class Dummy { {field} A field (despite parentheses) {method} Some method } @enduml 3.5 Defining visibility When you define methods or fields, you can use characters to define the visibility $text2 alice -> bob : id(aa) alice -> bob : id(ab,cd) @enduml 24.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description=""0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드Note that the syntax is highly flexible about type/name order. PlantUML 언어참조가이드 (1.2021.2) 53 / 390 3.5 Defining visibility 3 클래스다이어그램 @startuml class Dummy { String data void methods() } class Flight methods. @startuml class Dummy { {field} A field (despite parentheses) {method} Some method } @enduml 3.5 Defining visibility When you define methods or fields, you can use characters to define the visibility $text2 alice -> bob : id(aa) alice -> bob : id(ab,cd) @enduml 25.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description=""0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드Note that the syntax is highly flexible about type/name order. PlantUML 언어참조가이드 (1.2021.2) 53 / 407 3.5 Defining visibility 3 클래스다이어그램 @startuml class Dummy { String data void methods() } class Flight methods. @startuml class Dummy { {field} A field (despite parentheses) {method} Some method } @enduml 3.5 Defining visibility When you define methods or fields, you can use characters to define the visibility $text2 alice -> bob : id(aa) alice -> bob : id(ab,cd) @enduml 25.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description=""0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
non-letters in the class (or enum...) display name, you can either : PlantUML 언어참조가이드 (1.2023.11) 62 / 551 3.5 Adding methods 3 CLASS DIAGRAM • Use the as keyword in the class definition to assign an alias • with $ are valid, but to assign an alias to such element the name must be put between quotes "". 3.5 Adding methods To declare fields and methods, you can use the symbol : followed by the field’s or (1.2023.11) 504 / 551 25.9 Keywords arguments 25 PREPROCESSING 25.9 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description=""0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 1.2019.1 언어참조가이드characters to define the visibility of the corresponding item: PlantUML 언어참조가이드 (1.2019.1) 33 / 145 3.5 Abstract and Static 3 클래스다이어그램 Character Icon for field Icon for method Visibility - private # protected skinparam classAttributeIconSize 0 class Dummy { -field1 #field2 ~method1() +method2() } @enduml 3.5 Abstract and Static You can define static or abstract methods or fields using the {static} or {abstract} visibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 3.5 Abstract and Static . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 146 页 | 1.89 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)skinparam classAttributeIconSize 0 class Dummy { -field1 #field2 ~method1() +method2() } @enduml 3.5 Abstract and Static You can define static or abstract methods or fields using the {static} or {abstract} visibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 3.5 Abstract and Static . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 158 页 | 1.76 MB | 1 年前3
PlantUML 1.2019.4 언어참조가이드skinparam classAttributeIconSize 0 class Dummy { -field1 #field2 ~method1() +method2() } @enduml 3.5 Abstract and Static You can define static or abstract methods or fields using the {static} or {abstract} visibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 3.5 Abstract and Static . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 166 页 | 1.86 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.3)skinparam classAttributeIconSize 0 class Dummy { -field1 #field2 ~method1() +method2() } @enduml 3.5 Abstract and Static You can define static or abstract methods or fields using the {static} or {abstract} visibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 3.5 Abstract and Static . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 158 页 | 1.76 MB | 1 年前3
共 15 条
- 1
- 2













