Umbrello: Difference between revisions

From KDE UserBase Wiki
(Created the entry.)
 
No edit summary
Line 1: Line 1:
'''Umbrello UML Modeller''' is a Unified Modelling Language (UML) diagramming tool for KDE.
'''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 ([http://www.uml.org/]).
UML allows you to create diagrams of software and other systems in a standard format ([http://www.uml.org/ www.uml.org]).


Existing code files in various languages can be parsed and used in the diagrams.
Existing code files in various languages can be parsed and used in the diagrams.
Line 16: Line 16:
* deployment diagram
* deployment diagram
* entity relationship diagram
* entity relationship diagram
The projects home page is at [http://uml.sourceforge.net uml.sourceforge.net].
Mailing lists are:
* [http://lists.sourceforge.net/lists/listinfo/uml-user uml-user]
* [http://lists.sourceforge.net/lists/listinfo/uml-devel uml-devel]
== 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.

Revision as of 08:50, 8 February 2009

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 (www.uml.org).

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

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 projects home page is at uml.sourceforge.net. 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.