-
컴포넌트다이어그램 • 배치다이어그램 • 상태다이어그램 • 타이밍다이어그램 다음의 UML 이외의다이어그램도지원함: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description 언어참조가이드 (1.2023.11) 279 / 551 13 NETWORK DIAGRAM (NWDIAG) 13 Network diagram (nwdiag) nwdiag has been created by Takeshi Komiya and allows to quickly draw network diagrams. So we thank him for his creation diagram 13.1.1 Define a network @startuml nwdiag { network dmz { address = "210.x.x.x/24" } } @enduml 13.1.2 Define some elements or servers on a network @startuml nwdiag { network dmz { address = "210
0 码力 |
552 页 |
7.88 MB
| 1 年前 3
-
액티비티다이어그램 • 컴포넌트다이어그램 • 배치다이어그램 • 상태다이어그램 • 타이밍다이어그램 다음의 UML 이외의다이어그램도지원함: • JSON Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description PlantUML 언어참조가이드 (1.2021.1) 194 / 385 12 NETWORK DIAGRAM (NWDIAG) 12 Network diagram (nwdiag) nwdiag has been created by Takeshi Komiya and allows to quickly draw network diagrams. So we thank him for his creation documented. 12.1 Simple diagram @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address
0 码力 |
386 页 |
4.12 MB
| 1 年前 3
-
컴포넌트다이어그램 • 배치다이어그램 • 상태다이어그램 • 타이밍다이어그램 다음의 UML 이외의다이어그램도지원함: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description PlantUML 언어참조가이드 (1.2021.2) 199 / 390 13 NETWORK DIAGRAM (NWDIAG) 13 Network diagram (nwdiag) nwdiag has been created by Takeshi Komiya and allows to quickly draw network diagrams. So we thank him for his creation documented. 13.1 Simple diagram @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address
0 码力 |
391 页 |
4.17 MB
| 1 年前 3
-
컴포넌트다이어그램 • 배치다이어그램 • 상태다이어그램 • 타이밍다이어그램 다음의 UML 이외의다이어그램도지원함: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description PlantUML 언어참조가이드 (1.2021.2) 211 / 407 13 NETWORK DIAGRAM (NWDIAG) 13 Network diagram (nwdiag) nwdiag has been created by Takeshi Komiya and allows to quickly draw network diagrams. So we thank him for his creation documented. 13.1 Simple diagram @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address
0 码力 |
408 页 |
4.32 MB
| 1 年前 3
-
d2 @endmindmap 15.7.8 Network (nwdiag) @startuml header some header footer some footer title My title caption This is caption legend The legend end legend nwdiag { network inet { web01 [shape = cloud] title caption This is caption legend The legend end legend * r ** d1 ** d2 @endmindmap 15.8.8 Network (nwdiag) @startuml