I am using staruml, I find it is hard to draw a perfect UML class diagram when the relation is complex.uml diagram
Asked
Active
Viewed 2,884 times
-1
-
Can you give us some more detail about what it is you are trying to draw please. – Martin Brown Dec 01 '08 at 14:21
1 Answers
3
If your UML Diagrams are getting too complex try breaking the digram up into several diagrams each of which covers a smaller subset of classes. You may even want to move your classes into seperate packages to keep them organised. In Star UML (and other UML Tools) classes can appear in more than one diagram so you can include all the classes from one package plus the classes from a differnt package's public interface.

Martin Brown
- 24,692
- 14
- 77
- 122
-
thanks for your help. do you have sample star uml file which I could learn from that. – user41940 Dec 02 '08 at 02:17