diagram

UI modelling tool recoomendation please

Would anybody recommend a tool or approach where I can create a document which explains how UI looks and all interaction between my UI components. It should be some kind of diagram showing data flow, user interactions and in same time show UI mockups. I want to describe all UI operation informal and clearly understandable format. Thank y...

Some questions regarding Context and DataFlow Diagrams

I have to develop a CRUD application, that will be coded in php. I have 3 main actors (Users, Administrators and Doctors -- this is for an hypothetical hospital), each one with different Use Cases already defined. Although I feel the Use Cases are more than enough to successfuly model the Class Diagram, I am being specifically asked ...

What is the difference between 'includes', 'extends' and 'uses'?

In use case diagram what is the difference between <<includes>>, <<extends>> and <<uses>>? Is <<includes>> and <<uses>> are the same thing? ...

C: Diagramming A Large Library

Is there any tools to assist in diagramming a large C library? I am working on a project to port an existing C library to C++. The C library is largely undocumented with no diagrams. I would like to use a CASE tool to help me understand how the various files interact. There is extern variables in most of the files. If possible I would p...

Creating an Online Diagramming Tool.

Recently i have thought of setting myself the task of creating a basic digramming tool that would be web based and would like some input from other programmers and developers with more experience that myself. I have stumbled upon this Site that offers an amazing piece of software and was wondering how they went about creating such a thi...

Looking for a graphical explanation of boost threading.

As I read into threading, I'm starting to see a lot of really helpful diagrams that look like these: I was wondering if any of you know of a repository of such images that describe the functionality of the boost threading objects, idioms, potential pitfalls, etc. The most helpful diagram that I can envision would look something like...

Language or package for drawing geometric diagrams

I am looking for a language, or package in an existing language, that is good for specifying and drawing geometric diagrams. For example, I would like to draw a hexagonal grid, with its dual triangular grid superimposed on it. Now, I could sit down, put some elbow grease in to work out the trig by hand and come up with some Postscript o...

uml classdiagram constructor with parameters

I am a complete ROOKIE at this so I need some help on it. How would you create uml class diagram and constructors with parameters. for default (no parameters) you do policyholder() for diagram and pseudo-code for parameters would you do the same thing policyholder (policynumber, service class, and customer age) for class diagrams an...

How to export a SQL Server 2008 Database Diagram to another DB?

I use the handy Database Diagramming tool in SQL Server 2008 for creating and managing relationships. I have exported the sourceDB to the destinationDB but the diagram doesn't come across. I am looking around trying to figure out how to export just the diagram I have in one database to another... This online KB article fails since sel...

sql server 2008 database diagrams table name search

Hi all, I have SQL server 2008 enterprise with a database containing up to 100 tables. I generated a database diagram with all of the tables because I want to get an overview of the database. My question is : How can I quickly find the diagram I want, are there any search functions regarding to diagram search ? ...