6
votes
13answers
194 views
From Java code to UML diagram
Is there any software that can make UML diagrams from my Java code?
2
votes
3answers
36 views
Open Source Equivalents to Erwin
I am aware of CA/Erwin community edition but it is constrained to 25 objects. I have also tried modeling in Visio which was painful. Curious to learn of any open source equivalents …
0
votes
6answers
36 views
Where could I find some UML samples?
I need a punch of samples of UML diagrams to get an start point to develop my own diagrams.
Does anyone know about a good website where I could find it?
Thanks!
2
votes
13answers
194 views
freeware for generating diagrams
Hi,
Do you know any nice freeware that will take my java sources and will generate class diagrams from them?
0
votes
3answers
28 views
UML diagrams from ASP.net Application design specs.
I work in a mid size company as a intermediate developer and work on developing web projects. I got a situtation where i need to develop UML out of the design specs and this will …
0
votes
1answer
19 views
Types of UML diagram - VISIO - ASP.net
Hi All
I have below extract from design spec and need to create UML diagrams as .net specifications. No coding is yet started or is there any solution structure yet. What would …
5
votes
12answers
214 views
How can I start designing my program on paper without over engineering things?
I'm interested in starting to properly design my software on paper before I ever start coding. What is the standard approach for this?
I'm thinking something along the lines of UM …
1
vote
2answers
32 views
star uml: C# code forward / reverse engineer
Has any one tried forward/reverse C# code generation? what has been your experience? is it worth it? Or is it just good for UML diagrams
3
votes
3answers
74 views
What is the difference between aggregation, composition and dependency?
What is the difference between aggregation, composition and dependency?
0
votes
3answers
55 views
How is a block diagram organized?
I would like to understand the exact hierarchy of a block diagram.
If a block A is on top of block B does it mean that A is in some abstract manner build using B?
A concrete ques …
0
votes
4answers
36 views
uml: online free tutorials
please recommend some free online tutorials to come upto speed with UML.
Thanks
0
votes
2answers
38 views
How to make even small website worth of UML modelling?
Hi,
I've been thinking to create a small UML model as I wish to recreate the website with online games, videos, iRadios, etc. However, the website seems to me to be too simple to …
2
votes
2answers
54 views
How to illustrate multiple threads in sequence diagram?
How can you clearly illustrate multiple threads of execution in a sequence diagram or similar diagram?
I haven't been able to find any clear examples. All diagrams I see are us …
0
votes
1answer
13 views
Star UML: how to add get/set properties
I have started using Star UML application and its great. Is there a way to add get/set functions and foward/reverse engineer the code.
Thanks
2
votes
2answers
72 views
Abstract Factory Question
Hello,
I am trying to understand the Abstract Factory design pattern. I am having a lot of trouble with it. I am trying to use the following example to develop a UML class diagram …
