I understand UML but it seems I have trouble doing some basic analysis. Here is an example of a project:
Is there a difference in开发者_开发知识库 the meaning of \"class diagram\" and \"object graph\"?see this tutorial
I know that both concepts are alot different, and I have had the opportunity to work with both. However, I still开发者_开发问答 don\'t feel confortable answering the question \"when one designs a data
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking r开发者_运维技巧ecommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m having trouble finding the standard way a class diagram should be drawn for objective C applications. Mostly:
I\'d like to create a \"pretty\" diagram based on a bunch of class开发者_如何学JAVAes in my .Net project. By pretty, I\'d like to be able to arrand them in such a way that I could create a nice PDF an
I\'m having trouble understanding big code libraries in Pharo and Squeak, is there is a typical template scri开发者_如何学运维pt to generate a static class relationship diagram (not necessarily UML) a
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
Is it possible to differentiatebetween composition and aggregation relationship by reading the source code?