Where do attached properties fit in a class diagram?
What is the most appropriate way to represent attached properties in a UML diagram or an almost-uml diagram like the VS2008 class diagram? ...
What is the most appropriate way to represent attached properties in a UML diagram or an almost-uml diagram like the VS2008 class diagram? ...
I just need a file (picture, pdf or other type file for printing) of the framework structure. It is very usefull while learning .Net framework. ...
I am working on car dealership business domain model/UML class diagram. I am new to modeling, so I would like to know how to validate the class diagram. It's very important for me to have an appropriate, if not 100 percent correct, class diagram to use further development (use cases, etc.). Is it possible to build a completely incorrec...
How do I generate UML diagram based on existing classes in PHP? ...
I usually get so confused with UML and this situation is no different. Let's say I have an interface IAnimal, class Food and Cat: interface IAnimal { void Feed(Food food); } class Cat : IAnimal { void Feed(Food food) { //code } } I've got 3 questions about drawing UML class diagram for these 3 elements: I assu...
In Visual Studio .NET projects you can add a "Class Diagram" to the project which renders a visual representation of all namespaces, classes, methods, and properties. Is there any way to do this for Win32 (not .NET) C++ projects? Either through Visual Studio itself or with a 3rd party tool? ...
Im looking for an application with the following funcionalities: Creates class diagrams Generates code of the structure that you just diagram The class structure in PHP. Thanks alot in advance, i'm sorry if my writing isn't that great english is not my language. ...
I'm now using NetBeans as my IDE-of-choice, and it has a plugin for UML modeling. In the class diagram, there are model elements known as "Boundary Class", "Control Class", and "Entity Class". However, I can't find a good definition of them, but I did find this site on UML Class Diagrams. ...
The title says it all. Repeated here: What's the best way to represent a networked connection in a UML class diagram? ...
In .NET is it possible to generate class diagrams (.cd) programmatically (C#)? If so how? PD: Obviously I'm not asking for directions of how to generate this using the IDE. I know that I can drag and drop the classes to a ClassDiagram item. ...
Hi, I'm modelling a class diagram and I'm absolutely stuck with this issue: My new web application has "cards" (entries about a subject) which can be modified by the users, à là wiki. But unlike wikis, different cards hold different data. Also unlike wikis, cards are interrelated with other cards explicitly in the database. Let me show ...
I'm looking to work with others to quickly build a rather large class flow diagram that may or may not be strict UML. Can anyone recommend a networked, concurrent collaboration tool for such a task? Price is not an issue, but the target system must be Windows. Surely someone must have done something like this in the past. Any ideas? ...
I've been playing around with UML My primary background is that of a sysadmin, not as a programmer. In order to get a better understanding of class models I've been trying to do map out the xmdomain.cfg file the xen hypervisor in UML (you can find the man page at http://linux.die.net/man/5/xmdomain.cfg) So after working it out i get a...
Does anyone know where I can find examples of class diagrams for RP game development? Something similar to here would be quite useful. I'm not looking for things I can slavishly copy, but just for different examples that diagram various solutions to the problems I'm discovering as I try and pencil down my own classes. ...
I have an application that models a tree, with classes Tree, Node and Edge (I need the Edge class!), and I'm not sure how to represent the relationships in the class diagram for this. I've read other posts about this, but am still in doubt. The Tree object have a pointer to a Node (its root), which I believe defines an one-way associati...
I can export a class diagram as an image from Visual Studio by right-clicking on the surface and choosing "Export Diagram as Image..." Is there a way to do this through command line? I'd like to be able to generate all of my class diagrams as images so I can include it in the .chm I am building w/ Sandcastle. ...
Hello, I am trying to understand the Abstract Factory design pattern. I am having a lot of trouble with it. I am trying to use the following example to develop a UML class diagram: Car designers can design many different types of cars. Cars can have two doors, or they can have four doors. Cars can be four-wheel drive, or they can be tw...
I'm creating a UML Class Diagram for an inventory system as part of a class assignment. I used members such as String and Date in a few of my Classes. My group members are saying that I should include a Date class because it is an object. My assumption is that we were using Java or some other language with a built in Date object. Do I...
Hi, I know that visual studio has a class diagram designer built in, but I wondered if anybody knew of some other programs that are suitable for making class diagrams? Thanks! ...
Can anyone explain what the connectors mean? What freeware can generate a diagram like this? ...