how to draw java uml class diagram with enum being created within another class [duplicate]

陌路散爱 提交于 2021-02-05 10:39:07

问题


Say I have a class name A. Within this class I define enum B by public enum B {AA,BB,CC}. Now I want to draw a uml to reflect this relation ship, how should I do this?


回答1:


In a class class diagram the representation uses (+)----, for instance :



来源:https://stackoverflow.com/questions/62608571/how-to-draw-java-uml-class-diagram-with-enum-being-created-within-another-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!