Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.412.862 Times

Uml Sequence Diagrams freeware
Filter: All | Freeware | Demo
 

Uml Sequence Diagrams

1 2 3 4 5 > 
Added: September 21, 2010 | Visits: 1.363

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: January 11, 2010 | Visits: 1.056

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 570

Quick Sequence Diagram Editor A fast and reliable tool, written in Java 5, for generating professional UML sequence diagrams from text. Supports actors, con-/destructors, threads, broadcasts, notes, and fragments. Can serve as a Javadoc taglet. Exports PDF, (E)PS, SVG, PNG, ...


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.33 MB Download (56): Quick Sequence Diagram Editor Download

Added: July 09, 2013 | Visits: 496

sdml2txt sdml2txt is a script to convert SDML to UML Sequence Diagrams. SDML is an extremely simplistic UML Sequence Diagram Markup Language (which is also a hack of mine). Here is some sample SDML along with a textual representation of the diagram it describes: SDML: [Client, Proxy, DNS, Server Query...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): sdml2txt Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 498

UCM Scenario Exporter The UCM Scenario Exporter allows you to export your UCM scenarios from XML (as generated by the UCMNav tool) to UML sequence diagrams conforming to the XMI standard. The UCM Scenario Exporter also incorporates the functionality to generate TTCN and MSC f


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.39 MB Download (45): UCM Scenario Exporter Download

Added: July 07, 2013 | Visits: 365

AmaterasUML AmaterasUML is an open source and easy to use Eclipse plug-in for drawing UML class-diagram and UML sequence-diagram.


Platforms: Mac

License: Freeware Size: 2.29 MB Download (45): AmaterasUML Download

Added: August 03, 2013 | Visits: 414

UMLGraph UMLGraph facilitates the declarative specification and drawing of UML class and sequence diagrams. One can specify a class design using the Java syntax complemented by Javadoc tags. Running the UmlGraph doclet on the specification generates a Graphviz diagram specification that can be...


Platforms: *nix

License: Freeware Size: 4.07 MB Download (41): UMLGraph Download

Added: July 10, 2010 | Visits: 1.125

P-UMLaut The P-UMLaut tool allows the user to transform UML 2.0 Sequence Diagrams to semantically equivalent Petri Nets. These Petri Nets may then be simulated using the supplied PN simulator (of PEP descent) or operated on with any tool that can work with high level Petri Nets. By plugging different...


Platforms: *nix

License: Freeware Size: 15.9 MB Download (98): P-UMLaut Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 740

EDraw UML Diagrammer EDraw UML Diagrammer is ideal for software engineers and software designers who want to draw detailed software design documentation. Edraw UML Diagram Software is a new software diagram design tool which works in the following drawing fields: UML Model Diagram, COM and OLE software diagram, Data...


Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (55): EDraw UML Diagrammer Download

Released: December 23, 2012  |  Added: December 23, 2012 | Visits: 402

Code 2 UML Code 2 UML is a tool for constructing UML class diagrams from java .class and .jar files. Requirements: JRE 1.6


Platforms: Windows, Mac, Linux

License: Freeware Size: 94.97 KB Download (50): Code 2 UML Download

Added: June 18, 2013 | Visits: 416

Medoosa Medoosa is a documentation tool for C++ that can produce UML class diagrams including generalizations and associations. Corrections can be made interactively in a diagram editor (Dia) and are fed back into the source as Javadoc-style comments.


Platforms: *nix

License: Freeware Size: 256 KB Download (37): Medoosa Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 237

JSequencer JSequencer is a development tool which autogenerates Sequence diagrams. It's ideal for design and debugging. Wire it with Spring and you can produce Sequence Diagrams without writing any code! The produced output can be viewed using SequencerUI(included


Platforms: Windows, Mac, Linux

License: Freeware Size: 22.78 KB Download (48): JSequencer Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 349

NClass NClass is a free tool to easily create UML class diagrams with full C# and Java language support.


Platforms: Windows, Mac, Linux

License: Freeware Size: 743.56 KB Download (53): NClass Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 409

UMLOnline In order to bring the benefits of a web application into the diagram editing software family, we have designed and implemented an online diagram editing platform which supports UML class diagrams and use case diagrams.


Platforms: Windows, Mac, Linux

License: Freeware Size: 51.47 MB Download (50): UMLOnline Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 404

CanvasUML CanvasUML is a free Cocoa-based application for Mac OS X Tiger that allows you create simple UML Class Diagrams. CanvasUML is alpha-quality software and should not be used for mission critical work (as if there were such a thing as mission critical UML diagramming?). CanvasUML is built using...


Platforms: Mac

License: Freeware Size: 92.16 KB Download (57): CanvasUML Download

Added: May 19, 2010 | Visits: 1.089

UML::State UML::State is an object oriented module which draws simple state diagrams. SYNOPSIS use UML::State; my $diagram = UML::State->new( $node_array, $start_list, $accept_list, $edges ); # You may change these defaults (doing so may even work): $UML::State::ROW_SPACING = 75; # all numbers...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (119): UML::State Download

Added: May 10, 2013 | Visits: 575

Violet UML Editor Violet is a UML editor with these benefits: - Very easy to learn and use. - Draws nice-looking diagrams. - Completely free. - Cross-platform. Violet is intended for developers, students, teachers, and authors who need to produce simple UML diagrams quickly.It draws nice-looking - use case...


Platforms: Windows, Java,

License: Freeware Download (52): Violet UML Editor Download

Added: January 16, 2010 | Visits: 945

UMLSpeed UMLSpeed project is a compiler for a simple, C-style language that allows declaration of UML entities and diagrams. Diagrams can be compiled into SVG and the entities to XMI for use with other tools. Why? - Graphical UML tools in general suck - why should we, as programmers have to drag and...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (101): UMLSpeed Download

Added: February 05, 2010 | Visits: 968

Jupe Jupe is a UML Plugin for Eclipse. Jupe project aims to provide support for the creation of UML class diagrams, code generation and reverse engineering. Jupe is based on the GEF and UML2 frameworks. Jupe is published as alpha version, so please be aware that it wont fit daily-use purposes.. Jupe...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (140): Jupe Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 438

Red Koda Community Red Koda is an easy to use UML tool. It supports 13 UML2 diagrams. With short-cut keys and auto resize, you can finish your diagrams faster and faster. Other features like snaps to guidelines. copy to clipboard, export graphics format BMP, JPEG, GIF and print with actual size, fit to page and fit...


Platforms: Windows

License: Freeware Size: 521 KB Download (48): Red Koda Community Download

1 2 3 4 5 >