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.
我使用 ObjectAid UML 作为 eclipse 插件,然后我从我的项目中生成实体图,有很多相互嵌套的关系,看起来很乱。我需要一个好的解决方案来通过图表可视化我的项目中大约 60~ 个实体。有什么建议么?我还找到了 JPA 实体编辑器,但它仅适用于特定项目的类型 - JPA 项目。所以不适合。提前致谢 (:
child:parent
您可以通过在类所有者内移动命名端来减少连接数(块中的属性而不是关联)
但唯一严肃的方法是制作 a component diagram,其中组件是关闭类的组,然后class diagram分别为每个组件制作 s。
component diagram
class diagram