class-diagram
VS2010 Class Diagram - How to show collection associations between two interfaces?
I\'m generating some class diagrams from existing code to improve the documentation but I\'ve run into a bit of an obstacle. I\'d like to show collection associations on the diagram, but for interface[详细]
2023-03-22 09:48 分类:问答How to properly depict external object on UML diagram?
Suppose you have a Parser class 开发者_如何学JAVAthat reads the file and does something with the data it contains. On a diagram how to you show that it gets data from some entity that is not represent[详细]
2023-03-21 02:08 分类:问答class diagram in OO programming with API
I am trying to create a class diagram for an application that I am trying to create within a given framework.[详细]
2023-03-20 01:25 分类:问答How can I complete this step in the ArgoUML Class diagram Tour?
I am working through one of the ArgoUML Tours and I am stuck on Build a Class Diagram: Step #11. This step asks you to build anonymous realizations between the Teacher interface and the Grad and Prof[详细]
2023-03-13 22:21 分类:问答Class Diagram in C# for whole Solution [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-13 17:04 分类:问答Eclipse plugin for generating a class diagram [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-12 11:18 分类:问答Generate UML Class Diagram from Java Project [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-08 21:09 分类:问答Notation of UML class diagram
I have the following class cDrawObjectCreator: class cDrawObjectCreator { public: cDrawObjectCreator( cCompositeRoot *compositeObject ) { m_compositeRoo开发者_如何转开发t = compositeObject; }[详细]
2023-03-08 19:17 分类:问答Create class diagram for project documentation
What tool/plugin 开发者_StackOverflow中文版should i use to create a class diagram for my Java Project in Eclipse?[详细]
2023-03-06 14:57 分类:问答Feedback on UML Class Diagram
I am creating a Class Diagram for a simple booking system for the theater. I would like to know if the diagram makes any sense and if an开发者_如何学运维ything needs to be changed (arrow directions) i[详细]
2023-02-28 01:56 分类:问答