开发者

Few queries in UML diagrams

开发者 https://www.devze.com 2023-01-20 02:38 出处:网络
I have following questions regarding toUML diagrams: 1) I have one Game application in C# consisting of 3 games namely crosswords,sudocu n scribble

I have following questions regarding to UML diagrams:

1) I have one Game application in C# consisting of 3 games namely crosswords,sudocu n scribble & I have only 3 classes belonging to each game then:

  • In the class diagram will only those 3 classes come? But they don't have any associativity among them
  • And The states in the state diagram will be pause,running,stopped respectively? or do I need to specify the states according to game

2)I have an application in java which allows user to do one thing at a time by selecting a option from the options(I have used JTabbedPane) available then:


You need to create a state or activity diagram at the root of each class in the class diagram. You will be able to model this extension.

Few queries in UML diagrams


(source: forum-omondo.com)

0

精彩评论

暂无评论...
验证码 换一张
取 消