Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where could I find UML diagrams of an open source project? [closed]

I'm going to start a project for my software engineering course, and I have to do a relatively hard one, something like a browser. Of course I'm not going to build a complete browser from scratch in 4 monthes, but in the first phases I have to give my analyze output to the TA. This includes use case diagrams, sequence diagrams and other UML diagrams. since I've never done a project like this, I'm looking for diagrams of an open source project which I can get some ideas from them. Where could I find such open source projects that give me these diagrams?

like image 288
Kamran Avatar asked Nov 14 '22 16:11

Kamran


1 Answers

If you just want to learn how the UML of a project is laid out, then one thing you could do is checkout any open source project written C#/Java/VB, import it to this tool called Altova Umodel. They have free trial version but the software itself is sold commercially.

Hope that helps..

like image 127
Benny Tjia Avatar answered Dec 23 '22 21:12

Benny Tjia