代表代码结构的 UML 图是什么? [英] What is the UML diagram representing for the structure of code?

查看:33
本文介绍了代表代码结构的 UML 图是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的源代码采用MVC结构设计如下:

<前>项目||-- 型号||- 数据1, 数据2, 数据3, ...||-- 查看||- view1, view2, view3, ...||-- 控制器||- 控制器 1,控制器 2,...||-- 服务||- 网络服务,套接字服务,...||-- 实用工具||- customUI, commonLib, XMLHandler, ...||-- 资源||- 字体、图像、...||-- 部署||- MSI 设置、依赖项、...|

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

解决方案

站点地图可以满足这种需求.有多种工具可用,您可以考虑的在线工具之一是站点地图

<小时>

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.

解决方案

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


这篇关于代表代码结构的 UML 图是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆