uml

MagicDraw: Bind style to model

Hey guys, is it possible to bind a defined style to a metamodel (uml2 profile), so that every time I use this metamodel (profile), I also use this defined style? I hope you get what I mean. :) greets Tobias ...

Is there a visual diagram format for gui event mapping?

Hi, Does anyone know of any kind of UML variation which can map events in a GUI system? I have a quite complex event driven GUI system and I would like to create a diagram so new developers can easily get an overview of events fired by various views and what models/controllers or view are instantiated/effected by these events. I was l...

What is the best way to use UML 2.0 in Visio 2003?

Visio 2003 uses UML 1.4, which means that some stereotypes from UML 2.0 simply don't exist, and they need to be modeled by freehand drawing (I may as well be using Photoshop). Does anyone know of an update from Microsoft or an addon to include UML 2.0 (complete - not just class diagrams) in Visio 2003? I found this package: http://www.s...

Class Diagram for classless PHP application

Hello all, I have PHP application that is completely procedural (No PHP Classes). In my case, is there any formal diagrams I can draw to show how my web application that is equivalent to a UML class diagram for OOP based applications. Thanks all ...

In UML class diagrams, what are Boundary Classes, Control Classes, and Entity Classes?

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. ...

How do you model c# attributes in UML?

I want to model c# class attributes and variable attributes (not UML attributes) in UML and am not sure how to do it. [AttributeForTheClass] class SomeClass { [AttributeForTheField] int SomeField; [AttributeForTheMethod] int SomeMethod( [AttributeForTheParameter]int someParam) { ... } } How do you mo...

UML tool for php

Can anyone suggest UML tool for php i.e if i import a file then it will produce its UML Duplicate: http://stackoverflow.com/questions/393603/php-uml-generator ...

What's the best way to represent a networked connection in a UML class diagram?

The title says it all. Repeated here: What's the best way to represent a networked connection in a UML class diagram? ...

Which UML diagrams should I use for this?

I have some classes (4) that are interacting and I would like to show how, basically what functions calls what and maybe the parameters. I'd also like to show the flow of some operations, but for that I think activity diagrams would do, or maybe sequence diagrams. Either way, I'm not sure what to use for the first case. ...

UML Diagrams

Hi , Where I can Find UML diagrams , is there a website or a place to find . I Need a UML for a university. thanx & Have a nice day ...

How do I automate a "last modified" text field in an RSM diagram?

My team is using Rational Software Modeler to build some UML diagrams. Each diagram has a little text box stating a human-readable title, the last-modified date, and some other information about the diagram. Is there a way to automatically keep the last-modified date up to date? A macro, perhaps? Or some sort of plugin to Eclipse? ...

UML to SQL tool

Hi, is there some UML tool where I can draw my database design and generate SQL scripts for creating my database? thanks ...

Aggregation verses Composition

I've had a hard time understanding the difference between composition and aggregation in UML. Can someone please offer me a good compare and contrast between them? I'd also love to learn to recognize the difference between them in code and/or to see a short software/code example. Edit: Part of the reason why I ask is because of a revers...

Free utility which runs in Linux to create a UML class diagram from Java source files

I prefer to jot down UML-diagrams on paper and then implement them using Java. It would be nice to have a utility which could create UML-diagrams for me which I may share on-line and include in the digital documentation. In other words: I want to create UML diagrams from Java source code. The utility must be able to: Run in Linux. Han...

What kind of UML diagrams do you use?

UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of diagrams do you recommend for design & documentation of a software project? ...

Mapping UML Class Diagram in Eclipse (modelling tools) to actual Classes

I'm looking at a "reverse-engineerable" modelling system for students in Eclipse. Currently, I'm looking at the Eclipse modelling tools in the Ganymede release (http://www.eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/ganymedesr2) I'm happy with the UML modelling design surfaces in Eclipse for bui...

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? 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? ...

Tracing Designs - Screen to Database Traceability

This is vaguely related to: Should I design the application or model (database) first? Design from the database first through to UI or t’other way round? But my question is more about modeling and artifacts and less about the right way to do design. I'm trying to figure out what sort of design artifact would best enunciate the link ...

Is UML the correct language for making software blueprints?

I was having a conversation last week with a coworker about architecture (real architecture, as in designing buildings). During our talk it came up that architectural blueprints give an architect, civil engineer, and contractor all the detail they need to build something. It got both of us thinking about the state of software engineeri...

Free Tools to Automatically Create UML Diagrams from an Existing .Net Project

Are there any free tools to automatically create UML diagrams from an existing .Net/Visual Studio 2005 projects? ...