0
votes
1answer
22 views
Recommended sites with UML diagrams for different business scenarios?
As I found once for relational database models under this site, now I wonder if I could find something similar for UML diagrams base on the different business possible scenarios.
…
0
votes
2answers
13 views
How can I represent implementation of a pattern in a UML class diagram?
In UML, how can I represent that a class implements some design pattern or follows some convention? For example, in Java, that a class follows the JavaBean convention?
0
votes
1answer
23 views
Free Code-to-Flowchart/UML tool for C# code
I'm looking for a free tool similar to Visustin. Are there any like that that exist?
0
votes
1answer
16 views
UML of website page navigation
I need someones help in creating UML for web navigation:
If the dropdown in page1 have values "A" "B" "D"
Web navigates by..
Page1 -> Page2 -> Page 3-> Page 4
if a drop down in …
1
vote
2answers
29 views
UML based Web Modelling: model the login process?
I am trying to model a web site project with UML. My question: in Use Case and Activity diagrams, should I model the login process (and if so, how)? Looking around, I didn't find a …
0
votes
1answer
13 views
Should I place a built in Class (such as Date) as a separate class in my UML.
I'm creating a UML Class Diagram for an inventory system as part of a class assignment. I used members such as String and Date in a few of my Classes. My group members are saying t …
0
votes
2answers
78 views
Making sense of a Rational Rose class diagram
I'm looking at a UML class diagram that is made using Rational rose and there are some symbols I don't recognize.
For example, beside an attribute, there is a blue square with a l …
0
votes
3answers
45 views
UML Diagram to Model API
I need to create a diagram to document a RESTFul API that build, which UML diagram should I use?
Thanks in advance,
3
votes
3answers
254 views
UML state of the art
I'm a fan of UML and use Fowlers UML distilled book as a reference.
My question is : have things moved on in UML, what is the current 'state of the art'.
Is there a better referen …
0
votes
2answers
126 views
Why isn’t IDEF popular while UML is?
I've found out about IDEF just yesterday and wondered immediately why it's not more popular than UML. Judging from documents, IDEF is at least as suitable for software modeling as …
2
votes
2answers
31 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
48 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 …
0
votes
1answer
24 views
clarification of association terms
Hi
Can anyone help me with a clarification of these terms; Relation, Association, linkage..etc.
I have started a smaller study of UML with a particular focus on associations an …
0
votes
3answers
51 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
60 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 …
