I have a confusion with the concept of the class diagram. Are we suppose to present GUI classes in the class diagram as well or is it just the models, interfaces etc. This is confusing because different people say different things. Can anyone give me a clear answer?
Asked
Active
Viewed 124 times
0
-
1You are supposed to do whatever solves your practical problem. Do you need to show the interaction betweeen GUI classes and their dependencies? Then do it. Are you just discussing your data model? Then do it. UML is a tool. Use it in whatever way solves your problem. – Nick Bailey Mar 27 '15 at 13:59
-
@NickBailey UML is not a tool. UML is a language. There are certain tools that help speaking UML. – qwerty_so Mar 27 '15 at 22:52
-
@Tomas Kilian a language is tool. – Nick Bailey Mar 28 '15 at 04:04
-
Yes you can model GUI in UML of course. See answer here [User Interfaces in UML][1] [1]: http://stackoverflow.com/questions/21846323/should-user-interfaces-be-included-in-the-class-diagram-and-sequence-diagram/21980725#21980725 – Vladimir Mar 29 '15 at 18:26
1 Answers
0
GUI classes are classes too. You can model GUI in UML in starndard way. See similar answer here. User Interface in UML