Umbrello: Difference between revisions

    From KDE UserBase Wiki
    (Added language navigation bar)
    (Minor changes for layout consistency)
    Line 1: Line 1:
    {{Template:I18n/Language Navigation Bar|Umbrello}}
    {{Template:I18n/Language Navigation Bar|Umbrello}}
    '''Umbrello UML Modeller''' is a Unified Modelling Language (UML) diagramming tool for KDE.
     
    {|style="text-align:center"
    |[[Image:Umbrello2.png|250px|thumb]]||'''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/ 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]).
    Line 8: Line 11:


    The following diagram types are supported:
    The following diagram types are supported:
    * use case diagram
    :* use case diagram
    * class diagram
    :* class diagram
    * sequence diagram
    :* sequence diagram
    * collaboration diagram
    :* collaboration diagram
    * state diagram
    :* state diagram
    * activity diagram
    :* activity diagram
    * component diagram
    :* component diagram
    * deployment diagram
    :* deployment diagram
    * entity relationship diagram
    :* entity relationship diagram




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




    Mailing lists are:
    Mailing lists are:
    * [http://lists.sourceforge.net/lists/listinfo/uml-user uml-user]
    :* [http://lists.sourceforge.net/lists/listinfo/uml-user uml-user]
    * [http://lists.sourceforge.net/lists/listinfo/uml-devel uml-devel]
    :* [http://lists.sourceforge.net/lists/listinfo/uml-devel uml-devel]




    == Vision ==
    == Vision ==
    Umbrello is in a good state, when you are able
    Umbrello is in a good state, when you are able
    * to parse its source code,
    :* to parse its source code,
    * to draw diagrams and explore its architecture, classes and code
    :* to draw diagrams and explore its architecture, classes and code
    * make changes to it
    :* make changes to it
    * and generate the code again out of its model, so that you are ready to compile it again.
    :* 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.
    Or in other words, when you can use Umbrello for developing and improving itself.

    Revision as of 16:33, 8 November 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 (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. The source code can be found on this page 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.