What is the UML diagram representing for the structure of code?
问题 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. 回答1: Site-map diagrams can