PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2019.2) 44 / 157 3.18 Namespaces 3 클래스다이어그램 You can also define links between packages, like in the following example: @startuml foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.18 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 158 页 | 1.76 MB | 1 年前3PlantUML 1.2019.4 언어참조가이드
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2019.4) 44 / 165 3.18 Namespaces 3 클래스다이어그램 You can also define links between packages, like in the following example: @startuml foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.18 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 166 页 | 1.86 MB | 1 年前3PlantUML 1.2019.1 언어참조가이드
<> { class Class2 } package foo3 < > { PlantUML 언어참조가이드 (1.2019.1) 41 / 145 3.18 Namespaces 3 클래스다이어그램 class Class3 } package foo4 <> { class Class4 } package foo5 < > foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.18 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 146 页 | 1.89 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.3)
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2019.3) 44 / 157 3.18 Namespaces 3 클래스다이어그램 You can also define links between packages, like in the following example: @startuml foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.18 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 158 页 | 1.76 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2019.9) 44 / 171 3.18 Namespaces 3 클래스다이어그램 You can also define links between packages, like in the following example: @startuml foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.18 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 172 页 | 1.97 MB | 1 年前3PlantUML 1.2019.6 언어참조가이드
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2019.6) 44 / 171 3.18 Namespaces 3 클래스다이어그램 You can also define links between packages, like in the following example: @startuml foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.18 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 172 页 | 1.95 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2023.11) 76 / 551 3.23 Namespaces 3 CLASS DIAGRAM You can also define links between packages, like in the following example: @startuml @enduml 3.23 Namespaces Starting with version 1.2023.2 (which is online as a beta), PlantUML handles differently namespaces and packages. There won’t be any difference between namespaces and packages JSON page. PlantUML 언어참조가이드 (1.2023.11) 93 / 551 3.41 Packages and Namespaces Enhancement 3 CLASS DIAGRAM 3.41 Packages and Namespaces Enhancement [From V1.2023.2+, and V1.2023.5] @startuml class A.B 0 码力 | 552 页 | 7.88 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)
foo1.foo2 +-- foo1.foo2.foo3 @enduml PlantUML 언어참조가이드 (1.2020.23) 60 / 306 3.20 Namespaces 3 클래스다이어그램 3.20 Namespaces In packages, the name of a class is the unique identifier of this class. It means same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 3.20 Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 610 码力 | 307 页 | 3.16 MB | 1 年前3PlantUML 1.2020.22 언어참조가이드
foo1.foo2 +-- foo1.foo2.foo3 @enduml PlantUML 언어참조가이드 (1.2020.22) 50 / 294 3.19 Namespaces 3 클래스다이어그램 3.19 Namespaces In packages, the name of a class is the unique identifier of this class. It means same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 3.19 Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 510 码力 | 295 页 | 3.08 MB | 1 年前3PlantUML 1.2021.1 언어참조가이드
package foo6 <> { class Class6 } @enduml PlantUML 언어참조가이드 (1.2021.1) 65 / 385 3.22 Namespaces 3 클래스다이어그램 You can also define links between packages, like in the following example: @startuml foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml 3.22 Namespaces In packages, the name of a class is the unique identifier of this class. It means that you cannot same name in different packages. In that case, you should use namespaces instead of packages. You can refer to classes from other namespaces by fully qualify them. Classes from the default namespace are 0 码力 | 386 页 | 4.12 MB | 1 年前3
共 12 条
- 1
- 2