我怎样才能使用starUml来绘制它
我使用staruml,当关系复杂时,我发现很难画出完美的UML类图。uml 图
I am using staruml, I find it is hard to draw a perfect UML class diagram when the relation is complex.uml diagram
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 UML 图变得太复杂,请尝试将图分解为多个图,每个图涵盖较小的类子集。 您甚至可能希望将您的类移动到单独的包中以保持它们的组织性。 在 Star UML(和其他 UML 工具)中,类可以出现在多个图中,因此您可以包含一个包中的所有类以及不同包的公共接口中的类。
If your UML Diagrams are getting too complex try breaking the digram up into several diagrams each of which covers a smaller subset of classes. You may even want to move your classes into seperate packages to keep them organised. In Star UML (and other UML Tools) classes can appear in more than one diagram so you can include all the classes from one package plus the classes from a differnt package's public interface.