diagram

Create class diagram from already existent iphone code

Hey, does anybody know, how i could create automatically a UML class diagram from an already existent iphone project. Is it possible? Thanks in advance. ...

Best way to model Installation logic/flow

Hi All, We are currently working on designing the installer for our product. We are currently on the design phase and I'm wondering what is the best diagram (UML or not) to use when modeling installation logic or flow? Currently, we are using the good'ol flowchart. Thanks! ...

Is there a good tool for programmatically creating diagrams?

I would like a tool to create diagram in a programming language, maybe something like lua. Is there any tool designed for that? ...

How to create diagrams for papers.

I want to create some diagrams for some papers. Diagrams will contain some text, e.g. some console output. I need images for using also in html files. There is TikZ so can create images like this: http://www.texample.net/tikz/examples/boxes-with-text-and-math/ http://www.texample.net/tikz/examples/rule-based-diagram/ http://www.te...

Help design a class diagram of a booking system

Hello guys, I got a request from my friend to write a php booking system module for his bowling club website, I am thinking to make this module as generic as possible, ie can also be used for booking pool tables etc. So I started to draw up my UML class diagram: I have 2 interfaces IBookingHandler(has implementation like BowlingBookin...

Diagram for SDLC Straitegy

Hi i am making asp.net website and i am following SDLC Straitegy so which diagrams are required to draw. ...

GUI designers! - got suggestions for a GUI modelling diagram language?

Refering to this question I asked a while ago: UI functionality modeling languages It looks like there is no good-enough solution. I decided to develop one. (and prepare a set of elements for DIA or something) I'm sure it will require a good insight in peoples' experiences and problems in designing functionally complicated GUIs. I've...

Which tools are available to reverse engineer a sqlite database?

I would like to obtain the diagram design of a sqlite DB by reverse engineering it, so I can avoid the study of the schema by myself and have an approximate idea of what I am dealing with quite quickly. Do you know of some tool that has this feature? EDIT: I was already using SQLite Database Browser but I really need the DB diagram a...

if condition in uml class diagram ?

if "attribute" is true do this "operation" else do nothing. How do i show this in uml class diagram. Thank you, kim ...

How do I display only the class name in doxygen class diagrams?

Using doxygen and graphviz with my C# project, I can generate class diagrams in the documentation pages. These diagrams have the full class names and namespaces in them, e.g. Acme.MyProduct.MyClasses.MyClass Is it possible to configure doxygen to cut this down a bit to just the class name? MyClass The fully qualified paths make eve...

Is there a free (as in beer) Flow chart generator for COBOL Code?

Hi I've never read COBOL in my life and have been tasked with rewriting the old COBOL code in a new language. Are there any free or free-to-try software packages out there that will generate a flow chart for a COBOL program? I've looked at "Visustin" and "Code Visual to Flowchart" Visustin blanks out part of the code and does random r...

Which kind of diagram for parallel code documentation?

I have some parallel code (implemented using MPI) that needs to be documented. I'd like to have a flow-diagram describing it's high-level strategy. What kind of diagram do you use to describe send, receive, broadcast, gather, reduction and other operations? (EDIT: I'm equally interested in Linux/LaTeX software to do them) ...

Java NetBeans Comments Class Diagram Helper

i am starting to learn Java using Netbeans 6.8 IDE. i am wondering if there is a utility in NetBeans similar to VS2008 that facilitates commenting code and later display these comments in class diagrams? thanks. EDIT: i found the Javadoc feature. it is some help but not that great. ...

transformation of UML Diagrams to specification Z using xsl transformation

hi. I'm trying to transform some uml diagrams (of singleton , AbstractFactory ...) to Z specification , first i transformed my uml diagram to an xml file using starUML then i used an xsl program and saxon to transform my xml file to .tex( for Z ) , but it didnt work . if someone has an idea about how the xsl program should be written ...

SQL 2005 - any way to restore/copy a diagram?

I used the Redgate packager (ran MSI) to reset all the data in my database (i.e. I deleted everything, and let it build the new database). Unfortunately, I discovered that it didn't retain my diagrams, which has a nice arrangement and several annotations. Is there any way to copy/migrate/script the diagram from one database to anothe...

defining class relationships in c# and visual studio 2010

Hey guys, in Visual Studio 2010 I can point to a bunch of classes and create a diagram. However, the diagram by default doesn't recognize any relationships between the classes, except inheritance and implementations. Is there a way, ideally by using Attributes, to define class and property relationships and associations in such a way t...

.NET 2d library for circuit diagrams

I want to draw and manipulate logic flow (as opposed to analog) circuit diagrams and I'm trying not to reinvent the wheel. Problems like positioning, line drawing, line crossing and connecting, path finding, rubberband lines, and drag & drop are also identical in flow charts, UML diagrams, or class diagrams so I started by viewing relat...

Logical view = component diagram?

Is the components diagram (UML) a logical view of the system? ...

Tool which can do both UML and ER Diagram

Hello, I have approval to buy one tool which can help programmers of my team to write better code. Most of my team members either do UML (.NET developers) or they do ER (database developers) Can you please recommend a tool for me which can do both of these type of diagrams? Please don't recommend Visio because my team already evaluat...

What is better: paper and pencil, diagraming software, or whiteboard?

This question has been asked several times: what is the best tool for design? And I think that it is actually a combination of all, and they have their own specialized use. I am talking for almost any kind of design that make use of shapes and lines, regardless of the architecture, platform or computer language. The audience could be yo...