Umbrello/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Created page with "'''Umbrello UML建模器是 KDE 的统一建模语言(UML)图表工具 '''")
 
(Created page with "'''UML''' 用一个称为'''统一建模语言'''即 '''UML''' 的标准格式创建软件和其他系统的图表。([http://www.uml.org / www.uml.org])。")
Line 4: Line 4:
|[[Image:Umbrello2.png|250px|thumb]]||'''Umbrello UML建模器是 KDE 的统一建模语言(UML)图表工具 '''
|[[Image:Umbrello2.png|250px|thumb]]||'''Umbrello UML建模器是 KDE 的统一建模语言(UML)图表工具 '''
|}
|}
'''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]).
'''UML''' 用一个称为'''统一建模语言''''''UML''' 的标准格式创建软件和其他系统的图表。([http://www.uml.org / www.uml.org])。


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

Revision as of 05:37, 30 May 2011

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

UML 用一个称为统一建模语言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.