Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
4answers
3k views

Modelling a permissions system

How would you model a system that handles permissions for carrying out certain actions inside an application?
28
votes
8answers
28k views

PHP UML Generator

How do I generate UML diagram based on existing classes in PHP?
18
votes
8answers
9k views

Class diagram examples for RPG (Role Playing Game)

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 ...
9
votes
5answers
14k views

How can I create a class diagram with NetBeans' 6.8 UML module?

It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like. Read my post where I ...
7
votes
5answers
224 views

What free tools can help untangle hairy C++ sources?

I've been hired to fix bugs etc on a huge messy set of C++ sources. These make multiple .so and executables. Written by several people, there are classes upon classes upon classes with many short ...
5
votes
1answer
302 views

Generating UML diagram from Scala sources

Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?
5
votes
2answers
169 views

Generating diagrams in Pharo/Squeak Smalltalk

I'm having trouble understanding big code libraries in Pharo and Squeak, is there is a typical template script to generate a static class relationship diagram (not necessarily UML) and a dynamic ...
5
votes
2answers
442 views

How do I represent a mixin/role/trait with UML properly?

Me and several other developers are currently cleaning up our legacy code base, mostly separating visual and data layers. To help developers not involved in this refactoring understand the model, I'd ...
5
votes
6answers
6k views

Where can I find .NET Framework 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.
4
votes
4answers
52 views

Does it make sense to have two classes related by a 1:1 cardinality?

I am currently coursing Computer Engineering and I remember a professor of a class called Introduction to Informational Systems saying that two classes related by a 1:1 cardinality does not make ...
4
votes
2answers
207 views

Creating class diagram for iPhone app

Is it possible to generate a class diagram for an iPhone application? I want to see the flow of the code in a huge application.
4
votes
3answers
2k views

Generate UML Class Diagram from Java Project

Is there a good tool that can help to reverse engineer Java classes to UML that will show an overview of how my classes are related to each other? It doesn't need to decompile from JAR file because I ...
4
votes
2answers
4k views

How to use doxygen to create UML class diagrams from C++ source

I have been searching for some material that describes how to generate simple class diagrams with doxygen, but couldn't find one. Can anybody help? I need to create diagrams as shown below from a set ...
4
votes
3answers
561 views

What is the importance of association multiplicity in class diagrams?

What is the importance of association multiplicity in class diagrams? Why and when should we indicate them? Thanks.
4
votes
4answers
1k views

Which should be created first ER Diagram OR Class Diagram?

The very first step i created a DFD. Then i moved on to create a Class Diagram. And while doing that i felt that i should create the ER diagram first. As there were many details which could not be ...
4
votes
7answers
7k views

Creating a C++ Class Diagram

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 ...
3
votes
2answers
78 views

Can class visibility be shown on UML class diagrams?

Class visibility is an important part of object design. I have not seen any example diagrams showing non-public classes in several UML books, nor have I seen a way to show class visibility in ...
3
votes
4answers
268 views

UML free reverse engineering tool for C++ (.h/.cpp ==> Class Diagram)

What tools are available for creating UML Class Diagrams from a set of .h- or .cpp-files? I am looking for something that... is free runs out of the box on Windows does not require any particular ...
3
votes
1answer
54 views

How can I prevent property names in class diagrams from being sorted?

I tend to design my classes with properties sorted in an order that makes sense to me. For example; I always make critical info like 'id' near the beginning, followed by less & less important ...
3
votes
2answers
38 views

Where do Open Source projects hold their design files?

I have seen many opensource project on github, sourceforge etc. Went through the code on many big projects. I have never seen ANY design diagrams, from simple class diagrams to sequence diagrams. ...
3
votes
3answers
250 views

UML for multithreading dataflow

Hallo, I want to paint a diagram where you can see the dataflow of a java program, and if there are one or multiple threads handling the data. Sequence charts don't show multithreading and get very ...
3
votes
2answers
442 views

How to show Dependency Injection on a UML class diagram?

See subj. It would be nice if you could attach an image (my google-fu isn't quite good to find one by myself). Thanks!
3
votes
4answers
1k views

Generate UML class diagrams from C++ source files?

With doxygen I can generate nice diagrams but doxygen lacks a deeper analysis of the relationships between classes. It recognizes derivation but other relations are not understood by the tool. Which ...
3
votes
1answer
341 views

Is UML Class Diagram of Zend_Log correct?

Background of question Analysis of Zend_Log reveals following Class Diagram Zend_Log: uses ReflectionClass & Zend_Log_Exception maintains reference to array of Zend_Log_Writer_Abstract ...
3
votes
1answer
801 views

Representing Objective C Protocols on UML class diagrams

How should I correctly reference protocols on a UML class diagram? For example my ListViewController conforms to the UITableViewDataSource and UITableViewDelegate protocols... where do I put the ...
3
votes
4answers
748 views

C++ code to class diagram

Is there is a way I can generate a hierachial class diagram from C++ code. My code is spread over 5 to 6 .cpp files. I would like to know if there is any free tool for the same. Regards, AJ
3
votes
1answer
354 views

adding class diagrams from VS2008 to Sandcastle help file

I've made class diagrams for my projects in Visual Studio 2008 Team System and I want to embed these diagrams in my Sandcastle .chm file. I keep finding references to the Drawbridge component for ...
3
votes
6answers
4k views

Create C++ Code from Visio UML diagram

Visio 2010 Beta can generate static UML diagram from Native C++ project, and it's great. How is it possible to solve reverse problem: given a static UML diagram from Visio, generate header files? Or, ...
3
votes
1answer
526 views

Visual Studio 2008 class diagram creates empty properties, not autoproperties

I'm using a Class Diagram in Visual Studio 2008 to create some classes with properties. I notice that when I create a new property in the Class Diagram, it comes out in code like this: public ...
3
votes
4answers
2k views

understanding class diagram

Can anyone explain what the connectors mean? What freeware can generate a diagram like this?
3
votes
2answers
300 views

Can anyone recommend a concurrent, real-time diagramming/flowchart collaboration tool?

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? ...
3
votes
5answers
9k views

UML class diagram association - how, when and why?

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 ...
2
votes
2answers
87 views

UML Class Diagram for Android

In a UML class diagram, how would you display calling another activity with an intent?
2
votes
2answers
78 views

Drawing a class diagram

I have been given the class names, properties, and methods. I'm not sure what the relationships are between them, so I'd appreciate it if someone can correct me below before I start drawing: Games ...
2
votes
1answer
83 views

How to get a nice class diagram for built-in .net classes?

To get an overview for the CodeDom classes in .Net I tried to create a class diagramm using Visual Studio 2010 built-in class designer, but I did not find the way how I could feed the .Net built-in ...
2
votes
5answers
131 views

Are UML diagrams the only way to model the software

I often draw a dataflow on a sheet of paper. Even the planning of my little tools is done on a paper. There exists UML. The problem is - I don't like it. All the tools I've used (Visio and a lot of ...
2
votes
2answers
136 views

Differentiate aggregation and composition relationship using source code

Is it possible to differentiate between composition and aggregation relationship by reading the source code? I tried to find some patterns and I have listed them below. I am taking the example from ...
2
votes
3answers
442 views

Full Java Exception class diagram?

Hi I have a terrible memory and I wanted to print out class diagram of Java SE Exception Classes hang it on the wall or something I know I don't need to memorize it, It's just when you're designing a ...
2
votes
3answers
336 views

Annotated Android Class Hierarchy

For the life of me, I can't see the "big picture". Every time I think I learned something about Android, a new class pops up in some sample/example code. True, I can look it up in the (terse) formal ...
2
votes
3answers
370 views

Should I include getters & setters in class diagram?

I am required to draw class diagram for my JSF application for the project documentaion. So I have lot of classes as managed beans, with many attributes therefore many getters and setters. When I ...
2
votes
6answers
148 views

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 ...
2
votes
2answers
315 views

How to use other attribute types in classdiagrams in visio?

I have no idea where to ask, so I hope that some Visio specialists can help. I'm just making a class diagram but Visio seems to be very static and simple for method signatures. All I wanted to add is ...
2
votes
1answer
53 views

Is there an API to the Visual Studio class diagram graphical components?

official or unofficial. I've been digging around the VS assemblies with Reflector, with no success so far.
2
votes
1answer
175 views

How to add multiple generic type constraints for a type parameter in VS 2010 UML Class Diagram parameterized type?

namespace ConsoleApplication8 { public class Foo<T> where T : IFoo, IFoo2 { public Foo(T fooThing) { } } public interface IFoo { ...
2
votes
5answers
843 views

free tool to generate class diagram or method table from a C# assembly or project?

Is there a free, easy and quick tool which can generate class diagrams or maybe even a simple table containing the list of class and methods inside an C# assembly or a project? Basically what I need ...
2
votes
1answer
1k views

Generate class diagram for IPhone app

I am trying to find a good tool for iphone/objective-C to generate class diagram to code. I want it to be flexible to change and modify the diagram so that I can separate that diagram to many smaller ...
2
votes
1answer
428 views

Class DIagram Aggregation

i came across this definition Aggregation has two properties: antisymmetry, transitivity What does it mean? thanks
2
votes
3answers
2k views

Representing a C# Generic Method in a UML Class Diagram

I have the following interface: public interface IRegisterable { T Register<T>(string username, string passw) where T : User, ICanLogin, new(); } User is an abstract class, and ICanLogin ...
2
votes
2answers
953 views

How can I create a class diagram from my J2ME project? (netbeans used to do this)

Hey guys, thanks for reading! I have created a game and would like to automatically create a class diagram from my J2ME code. Netbeans (pre 6.5 I think) used to have uml plugin to do this, but as I ...
2
votes
3answers
863 views

How relations in UML class diagram inherit?

I was wondering how associations, dependencies and such relations inherit in UML (or let's say, in general). So, in a situation like this: ┌──────────┐ ...

1 2 3 4