Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 Windows 应用程序,我需要记录它的架构。我根据 Microsoft 实践和模式制作了一个 3 层图,但我的主管想要从 UML 的角度进行表示。
你如何在 UML 上表示一个 3 层图?
PS:三层基本是,表示层、业务层和数据访问层。以防万一。
您应该使用 UML 包图。有关类似示例,请参阅此链接。特别是“多层Web架构”部分。
http://www.uml-diagrams.org/package-diagrams-examples.html
您可以使用构造型来记录每一层中的类。看看这个例子(接近文章的中间)