代表代码结构的UML图是什么?

What is the UML diagram representing for the structure of code?

我的源码是按照MVC结构设计的,如下:

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, ...
   |

是否有任何UML图类型来表示上述结构?谢谢

假设您想要显示文件,您可以使用一个简单的包图,其中包含代表单个文件的对象:

站点地图可以满足这种需求。有几种可用的工具,您可以考虑的在线工具之一是 site-map