diagram

Deployment Diagram Tool (from any model/ADL to diagram)

Hi, I need a tool for creating deployment diagram which takes an architecture description as an input and draws the deployment diagram. Otherwise I have to deal with GMF, etc. Thanks! ...

How do I start doing diagram development in c#

I'd like to try to create a diagram making tool (something like entity-relation diagram you can create in SQL Server 2005, or class diagrams you can do in Microsoft Visual Studio) Ie. I'd like to create boxes, put text in them, be able to edit this text and draw lines between boxes. I never did this kind of programming before so I do...

Direction of the association arrow in UML class diagrams

On this webpage which shows how to draw a class diagram, why is the arrow for association pointing from order to customer, and not from customer to order? UML Tutorial - Class Diagrams ...

Association of n to 1 objects in a UML class diagram

Is it safe to say that in a UML class diagram, if there is an association of n to 1 objects, then the association arrow is pointing from the class associated with n objects to the class associated with 1 object? n ----> 1 ...

Is there such a thing as a use case relationship diagram?

I know about use case diagrams. But is there something called a use case relationship diagram? How is it different? ...

Why does each box in a UML state diagram have three sections?

I noticed in this example that each box is divided into three sections, but only two sections are ever used. Why not just divide it into two sections then? UML Tutorial - State Diagrams ...

Drawing UML state diagrams

When drawing state diagrams, how do you know which states get put in boxes and which states are for the transition arrows? I noticed that transitions are states too. I'm looking at figure 1 on this page: UML 2 State Machine Diagrams ...

choosing a diagramming library for .Net

Hello, I have a customer who needs to convert a diagramming application (which was developed in MFC a long time ago) to C#. The application displays large networks (lots of graphical elements), and lets the user edit/manipulate the data through a graphical ui. I decided that it would be best to use a library rather than to develop all ...

free, cheap or open source UML and Visio-like tool

Hi Guys, We're looking for free/cheap or open source UML tools. What tools have you used ? It's OK if there are 2 tools, one each for Flow charts and UML. If a UML tool or Flow Chart tool is cheap(we're a NON-PROFIT), and no open source is good enough, we're open to look at them. Thanks and BR, ~A ...

Tools for describing and modeling voice xml applications

What tools do you use to describe call flow, to draw, to model in voice xml development? What is the most useful editor to draw such diagrams & models [ as I can guess there's no specific tool for voice applications design ] ? And what blocks do you use to draw prompts, grammars, how would you do that in professional voice app developmen...

Tools to create class methods interaction diagram

Let's say I have a MyClass class, with various methods, and let's say that method MyClass.A() calls methods MyClass.B() which calls MyClass.C(). Method MyClass.A() also calls MyClass.D() which also calls MyClass.C() and so on :) Is there any tool to visualize this as a diagram? UPD. I see NDepend can do what I need but it costs too much...

Creating Visio look-a-like diagrams programatically

I need to programatically create Visio look-a-like diagrams as a drawing. Mostly we are going to create network layout diagrams similar to this one. Is there a component that could speed-up the development or some technique we could use? Generally we could do this on our own via System.Drawing, but this might get tricky for more comple...

javascript diagram editor (with xml export)

i have to do a webapp where the user designs a diagram using javascript and then can export it to an xml (the connections between the boxes). is there anything available? ...

Entity Bean Relationship Visualization

Hi, I'm looking for a tool (preferably freeware) which can visualize - in the form of a diagram the relationships of a set of entity beans in a a database. Thanks in advance, Johnny ...

Does visual documentation exist for the Zend Framework API ?

I was trying to get a good hold on Zend Framework API but it proved quite challenging with Modules, Models, Controllers, Views, Actions, ActionHelpers, ViewHelpers, Decorators, and addon libraries like ZendX_JQuery. That's excluding the 50+ other components ! So I thought a bit about visual (diagrammatic) API navigation. What I mean is ...

What software should I use for manually drawing schema diagrams?

Our application has a fairly large, sprawling DB design, with 175 tables. Most tables are used by one or two primary features, and I'd like to create several little "mini-schemas" to describe the structure of different parts of the system to new hires (without showing them the gigantic total schema which is, frankly, so big as to be use...

SQL proc Diagram generating Software of a Programm Flow.

I have a couple of very long procs in Oracle 2000+ lines with lots of calls. And I'd like to generate programm flow Diagram (algorithm) for better understanding of the process for further Refactoring. It's not the code I wrote so I dont know the logic enough. What would you advice to do in this case? I tried to draw a text-like flow bu...

Mac OSX/Cross Platform UML Sketching Tools?

A similar question had been asked a year or two ago, but I wanted to see if anyone has any new answers. I'm looking for a lightweight UML sketching tool that runs on Mac OSX. I really only care for diagramming and do not need code generation, etc. I prefer free, but am open to purchasing something if it's good and reasonable. I absolute...

Is there a UnicodeCategory Enumeration diagram?

I looking for a good UnicodeCategory Enumeration diagram that show an example to each one. ...

Tool to draw logic gates from text

Is there a tool to draw out logic gates / the circuit diagram from a textual description of those gates (such as HDL)? Thank you. ...