What is the UML diagram representing for the struc

2019-07-23 13:34发布

My source code is designed in a MVC structure as follow:

project
   |
   |-- Model
   |     |- data1, data2, data3, ...
   |
   |-- View
   |     |- view1, view2, view3, ...
   |
   |-- Controller
   |     |- controller1, controller2, ...
   |
   |-- Service
   |     |- webservice, socketservice, ...
   |
   |-- Utils
   |     |- customUI, commonLib, XMLHandler, ...
   |
   |-- Resources
   |     |- fonts, images, ...
   |
   |-- Deployment
   |     |- MSI setup, dependencies, ...
   |

Is there any UML diagram type to represent the above structure? Thanks.

标签: uml
2条回答
混吃等死
2楼-- · 2019-07-23 13:59

Assuming you want to show the files, you can use a simple package diagram with objects inside that represent the single files:

enter image description here

查看更多
乱世女痞
3楼-- · 2019-07-23 14:03

Site-map diagrams can serve this kind of requirements. there are several tools available one of the online tool you can consider is site-map


查看更多
登录 后发表回答