Umbrello/zh-cn: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "图表的内容可以导出为代码。现有的代码文件可以被解析并导入到在关系图。")
    (Created page with "支持下面的图表类型: * 用例图 * 类图 * 序列图 * 协作图 * 状态图 * 活动图 * 组件图 * 部署图 * 实体关系图")
    Line 8: Line 8:
    图表的内容可以导出为代码。现有的代码文件可以被解析并导入到在关系图。  
    图表的内容可以导出为代码。现有的代码文件可以被解析并导入到在关系图。  


    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
    * 实体关系图





    Revision as of 05:39, 30 May 2011

    Other languages:
    Umbrello UML建模器是 KDE 的统一建模语言(UML)图表工具

    UML 用一个称为统一建模语言UML 的标准格式创建软件和其他系统的图表。(/ www.uml.org)。

    图表的内容可以导出为代码。现有的代码文件可以被解析并导入到在关系图。

    支持下面的图表类型:

    • 用例图
    • 类图
    • 序列图
    • 协作图
    • 状态图
    • 活动图
    • 组件图
    • 部署图
    • 实体关系图


    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.