2
votes
2answers
21 views
Understanding UML of DoFactory Design Pattern - Decorator
I am trying to understand UML diagram describing Decorator Pattern at link below
http://www.dofactory.com/Patterns/PatternDecorator.aspx
I don't understand why there is a "Aggreg …
0
votes
2answers
28 views
UML Code generation tool in c#
Hi Friends,
Please suggest me any opensource tool to generate C# code from UML designer,Or any plugin
to generate code from visualstudio.
My requirement is to have a code generat …
18
votes
25answers
810 views
How Much Designing Should Go On Before Any Coding Takes Place?
I'm currently in school and for my Senior Project we have to spend 1/3 terms just doing UML diagrams and other tedious documentation for our project.
This involves alot of designi …
0
votes
3answers
46 views
UML - C++ to class diagram
I noticed that in visual studio (2005) you can right click and generate class diagram, however in C++ mode this option is not available.
How can I generate class diagram from C++ …
2
votes
3answers
53 views
Simple UML behaviours baffle me!
Hello!
Very new to UML and system design.
We're at the stage of doing a class diagram in the design phase and are struggling to figure out how to implement a requirement. Here's …
1
vote
5answers
111 views
How to design/plan for web application development?
I'm interested in learning how to design/plan for web application development, in a multiple developer team scenario.
Assuming the role of "Project Manager/Lead":
What "docume …
1
vote
6answers
59 views
Software for Sequence Diagrams?
I've been using NClass for object/class modeling in class thus far.
However, I do not believe that it is capable of sequence diagrams, which is my next task.
I would prefer not t …
0
votes
1answer
25 views
Methods for modeling systems integration
When it comes to systems integration how do you model integration requirements? Do you use UML or BPMN or some other techniques?
What limitiations you see in existing approaches …
0
votes
4answers
38 views
Free activity diagram editor
I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions?
0
votes
2answers
47 views
Use case diagram
How can I represent the following situation in Use Case diagram:
User can manage account settings:
change password, change language, date
of birth, etc.
I want to group " …
0
votes
1answer
18 views
How do I do distributed UML development (à la FOSS)?
I have a UML project (built in IBM's Rational System Architect/Modeler, so stored in their XML format) that has grown quite large. Additionally, it now contains several pieces that …
7
votes
13answers
263 views
From Java code to UML diagram
Is there any software that can make UML diagrams from my Java code?
2
votes
4answers
133 views
Are there good tools for C# reverse engineering?
Hello,
can you say me if there are good tools for reverse-engineering my C# applications. I need UML-class-diagrams of my written software and i don't want to draw these diagrams …
1
vote
1answer
45 views
use case tutorial
Hi. Could you suggest a comprehensive use-case tutorial? I would like something which would explain how to organize use case diagrams in packages, relationships in UC diagrams.
0
votes
3answers
202 views
What’s is the difference between include and extend in use case diagram?
What's is the difference between include and extend in a use case diagram?
