class-diagram
UML High Level Class Diagram
can somebody please explains what is a high level class diagram. As far as I know class diagram shows the association between the cl开发者_JS百科asses but what about high level class diagram??Ok, I kn[详细]
2023-02-20 02:01 分类:问答Generating UML Class Diagram (UML Static Structure) from C# source code in Visio?
Say I\'ve got some C# source code, and I want to generate a UML Class diagram from it.In Visio I believe a UML Class diagram is called \"UML Static Structure\" from what I read in the Shapes accordion[详细]
2023-02-19 12:56 分类:问答Missing code from class diagrams, auto-repair fails?
Okay, this is driving me nuts: I have a Visual Studio project with couple of class diagrams which apparently are \"broken\". When I open them, I get this prompt:[详细]
2023-02-18 11:34 分类:问答UML multiplicity difference
What is the difference between multiplicity * and 0..*? For example two versions (A and B) of the same relationship:[详细]
2023-02-15 15:46 分类:问答Comments on my design v3
Well, after taking into consideration all the helpful comments I got on v1 and v2 of my class diagram for the space invader game, I updated my class diagram once again to implement all the changes.[详细]
2023-02-12 17:38 分类:问答Class diagram: Create an extra class to concentrate information from an existing system?
I\'m undecided as to what classes I could have that could adapt to an existing system which is an online video game. Here\'s what I want to achieve:[详细]
2023-02-11 16:39 分类:问答Generate class diagrams from PHP classes automatically?
I have build a web application in Zend Framework and now desperately need a tool/plugin which can generate class diagram from all of my Zend Controllers (Classes).[详细]
2023-02-11 16:23 分类:问答Database Design Puzzle: What's wrong with this diagram?
I\'m trying to polish up by database design skills. I\'ve been working through a few IT-related puzzles today, most of which have been fairly straightforward. ...And then I came across this supposed \[详细]
2023-02-10 17:37 分类:问答Which relationship should I choose: association or aggregation?
I have a Proffesor table in a database. I would like to create an UML diagram开发者_JS百科 for the code-behind part.[详细]
2023-02-09 01:51 分类:问答How should a service which needs to be stoppable, but not by clients, be stopped?
The easy answer is to have an interface with all the regular operations which also includes a stop() method.[详细]
2023-02-06 05:44 分类:问答