Umbrello: Difference between revisions

From KDE UserBase Wiki
No edit summary
(tuning)
Line 5: Line 5:
|}
|}


UML allows you to create diagrams of software and other systems in a standard format ([http://www.uml.org/ www.uml.org]).
UML allows you to create diagrams of software and other systems in a standard format called Unified Modelling Language i.e. UML ([http://www.uml.org/ www.uml.org]).


Existing code files in various languages can be parsed and used in the diagrams.
Content of diagrams can be exported into code. Existing code files can be parsed and imported to be used in diagrams.  
The available classes can be written to code files also in various languages.


The following diagram types are supported:
The following diagram types are supported:
Line 22: Line 21:




The projects home page is at [http://uml.sourceforge.net uml.sourceforge.net].
The Umbrello home page is at [http://uml.sourceforge.net uml.sourceforge.net].
The source code can be found on [http://websvn.kde.org/trunk/KDE/kdesdk/umbrello/ this page] as part of the kdesdk package.
The source code can be found on [http://websvn.kde.org/trunk/KDE/kdesdk/umbrello/ websvn] as part of the kdesdk package.
Screenshots are found on [http://uml.sourceforge.net/screen.php this page].
Screenshots are found on [http://uml.sourceforge.net/screen.php this page].



Revision as of 20:32, 1 December 2009

Template:I18n/Language Navigation Bar

Umbrello UML Modeller is a Unified Modelling Language (UML) diagramming tool for KDE

UML allows you to create diagrams of software and other systems in a standard format called Unified Modelling Language i.e. UML (www.uml.org).

Content of diagrams can be exported into code. Existing code files can be parsed and imported to be used in diagrams.

The following diagram types are supported:

  • use case diagram
  • class diagram
  • sequence diagram
  • collaboration diagram
  • state diagram
  • activity diagram
  • component diagram
  • deployment diagram
  • entity relationship diagram


The Umbrello home page is at uml.sourceforge.net. The source code can be found on websvn as part of the kdesdk package. Screenshots are found on this page.


Mailing lists are:


Vision

Umbrello is in a good state, when you are able

  • to parse its source code,
  • to draw diagrams and explore its architecture, classes and code
  • make changes to it
  • and generate the code again out of its model, so that you are ready to compile it again.

Or in other words, when you can use Umbrello for developing and improving itself.