English 中文(简体)
Where could I find some UML samples? [closed]
原标题:
  • 时间:2009-11-05 23:33:02
  •  标签:
  • uml

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

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!

问题回答

The best resource for learning UML is Martin Fowler s "UML Distilled". Now in its third edition, this thin gem has stood the test of time.

I ve found Agile Modeling to be a good resource for samples, and +1 for UML Distilled.

Here you can find a good bunch of described examples: http://it.toolbox.com/blogs/enterprise-solutions/using-the-uml-a-live-example-21114

by the way it would be useful to know which kind of UML diagrams are you interested in, just to narrow your search.

You could do a google image search for UML ti would give you lots of examples of other peoples diagrams

wikipedia also has a good article on the different types of UML diagrams

If you would like UML for design patterns a good place to look would be Dofactory. Also I found one by a Etsi.org

This page on wikipedia gives an overview of the different components of UML and how they are used...

The Sparx web site as a UML Tutorial; see also here and here.





相关问题
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 "Aggregation" relation ...

UML Code generation tool in C# [closed]

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 generation tool for C#.

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 "documents" are needed for ...

Software for Sequence Diagrams? [closed]

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 to use Visio. Is ...

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,

Where could I find some UML samples? [closed]

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!

热门标签