kane77
kane77

Reputation: 591

Do you know of any good UML sample?

I need some sample UML diagrams for some project of medium complexity. Do you know of anywhere where I can find some? I don't need them for learning UML, but rather to test my application that I work on and that should be able to process UML diagrams.

It would suffice to have Class diagram, Package diagram and Component diagram, but those should all model the same system and should be consistent.

Upvotes: 1

Views: 1885

Answers (3)

RHT
RHT

Reputation: 5054

Here's an Oracle paper which contains the design of a Web Store application. This paper has all kinds of UML diagrams that one may want - Class, Component, Sequence, Data Model etc. It may not have package diagrams but, those are trivial.

Upvotes: 1

Gabriel Ščerbák
Gabriel Ščerbák

Reputation: 18570

Maybe you should be more concrete about what format you need... Also, it might be interesting to try out some reverse engineering from existing code.

Upvotes: 0

Dani
Dani

Reputation: 15069

Look at this site, they have nice examples in the product tutorials:

Enterprise Architect

Upvotes: 0

Related Questions