myeclispe中uml建模的简单教程

一看即会
http://www.myeclipseide.com/index.php?module=htmlpages&func=display&pid=19

MyEclipse UML

Pro Version Only (Windows & Linux)

Key features include:

  • 6 UML Diagrams: Use-case, Class, Collaboration, State, Activity, Deployment
  • Integrated Diagram Editor, Outline View, and Properties View
  • UML Perspective
  • Free-form figure drawing tools
  • Direct edit of Node and Connection details via Hot-Zones
  • Diagrams stored in UML Model Repository File (e.g., cardemo.umr)
  • No restriction on location or project type that may contain UML Model Repository files
  • Generate Java code from models
  • Export models as XMI 1.0 format
  • Export diagrams in image format: GIF, PNG, PS, EPS, SVG

 

MyEclipse UML Perspective

The MyEclipse UML Perspective provides a workbench organization tailored to activities of the modeling process. Default views include the UML Diagram Editor, Outline View, and custom Properties View. Toolbar actions are contributed to make new diagram creation quick and simple.

Example State Diagram

UML Diagram Editor

The UML Diagram Editor supports the navigation and editing of the diagrams that make up a UML Model Repository (UMR). The Diagram Editor's toolbar is customized with tools for each type of diagram. Additionally, a drop-menu enables direct navigation to any diagram within the UMR. New model elements (nodes) are added to a diagaram by selecting the item on the toolbar and then dropping it on the Diagram Editor's drawing surface at the desired position.

A rich set of actions are available for managing individual model element via custom context-menus. Right-click any element will display the element's context-menu.

Diagram Editor - Hot Zones

The Diagram Editor enables you to directly modify nodes and connections through a concept known as a Hot-Zone. There are two type of Hot-Zones: text and connection.

The labels and text of any model element may be edited directly using Text Hot-Zones. A Text Hot-Zone is an editable region within a node or at the center and end-points of a connection, e.g., association. The Hot-Zone is activated by dbl-clicking within its region. When activated a Hot-Zone presents a rectangular editable type-in field. The type-in field accepts direct type-in text and delete/cut/copy/paste operations. To commit the changes of a Text Hot-Zone select anywhere outside of the Hot-Zone edit region. The type-in region will disappear and be replaced with its content.

Quick Connects are a type of Hot-Zone that provides fly-over short-cut association and generalization connections on a node. The user can quickly choose the connection type, e.g., association, generalization, self association, and drag the connection to another node to complete the connection.

UML Model Repository creation wizard

MyEclipse UML persists UML diagrams and model elements in a file known asthe UML Model Repository (UMR). A UMR has a file extension of ' .umr'. The creation and organization of UML Model Repositories is determined by the user. There are no restrictions to how many UMRs that can reside within a project or requirement that projects must be of a certain type to host a UMR. To create a UMR use the UML Model Repository Creation Wizard, File > New > MyEclipse > UML > UML Model Repository.

Forward Engineer - UML2Java Generation

MyEclipse's Eclipse based UML toling enables you to generate Java code directly from the class diagrams of your UML model. The Model2Java Wizard automatically detects and preselects the source folders as destination targets for code generation.

Free-form Drawing

Free-form figures and text may be added to any UML diagram using the Figure Tool.

XMI 1.0 Export

Export UML models in XMI 1.0 format. From the context-menu of any diagram choose 'Export as XMI 1.0'. This will launch the XMI Export Wizard that will guide you through the process of selecting an output location. and execution of the XMI translation process.

Save Diagram as Image

Image Export Wizard enables you to save any UML diagram in image format. The image formats supported are: GIF, PNG, PS, EPS, and SVG. To save a diagram as an image right-click in the Diagram Editor to launch the Image Save Wizard. The wizard enables you to specify the format and location of the image to save.

Diagram Printing

Diagrams can be printed to any connected printer.

MyEclipse Innovations

The innovation and application of Eclipse technology is Genuitec's sole business. With well over 2 million downloads, our MyEclipse Enterprise Workbench product has grown to be the most popular and successful Eclipse-based JEE IDE. Our long chain of Eclipse technology innovation includes:

第1章课程定位与教学案例综述. 1.1职业岗位能力需求分析 1.2课程设置和课程定位分析 1.3WebShop电子商城介绍 1.3.1电子商城需求分析 1.3.2电子商城系统设计 1.3.3电子商城数据库设计 1.4LibraryMIS图书管理系统介绍 1.4.1图书管理系统需求分析 1.4.2图书管理系统系统设计 1.4.3图书管理系统数据库设计 习题 第2章面向对象技术和建模基础 2.1面向对象方法 2.1.1面向对象方法的基本思想 2.1.2面向对象方法的发展 2.2面向对象的基本概念与特征 2.2.1面向对象的基本概念 2.2.2面向对象的主要特征 2.3面向对象分析 .2.3.1处理复杂问题的原则 2.3.200A方法的基本步骤 2.4面向对象设计 2.5面向对象实现 2.6面向对象方法的内涵 2.7软件建模概述 2.7.1软件建模的概念 2.7.2软件建模的用途 2.7.3软件建模的优点 习题 第3章UML简介 3.1UML的发展 3.1.1UML的发展历程 3.1.2理解UML建模 3.2UML的特点 3.3UML的结构 3.3.1UML的事物 3.3.2UML的关系 3.4UML的视图 3.4.1用例视图 3.4.2逻辑视图 3.4.3并发视图 3.4.4组件视图 3.4.5部署视图 3.5UML图形符号 3.5.1用例图 3.5.2类图 3.5.3对象图 3.5.4状态图 3.5.5活动图 3.5.6顺序图 3.5.7协作图 3.5.8组件图 3.5.9部署图 3.5.10UML 2.0新特性 3.6UML建模基本流程 习题 第4章UML建模工具简介 4.1常用UML建模工具 4.1.1 Rational Rose 4.1.2Enterprise Architect 4.1.3Together 4.1.4PowerDesigner 4.1.5 Visi0 4.1.6Tnffun Plat0 4.2Rational Rose安装与配置 4.2.1Rational Rose的运行环境 4.2.2Rational Rose的安装 4.2.3Rational Rose的配置 4.3使用Rational Rose建模 4.3.1Rational Rose主菜单 4.3.2Rational Rose的视图 4.3.3 Rational Rose建模的基本过程 习题 第5章需求建模 5.1用例模型概述 5.2用例图组成 5.2.1参与者 5.2.2系统 5.2.3用例 5.3识别和描述用例.. 5.3.1识别用例 5.3.2绘制WebShop电子商城用例图 5.3.3通过包对用例进行合理规划 5.3.4WebShop电子商城用例图(不含关系) 5.3.5用例描述 5.4用例间的关系 5.4.1泛化关系 5.4.2使用关系 5.4.3包含关系 5.4.4扩展关系 5.4.5关系小结 5.4.6WebShop电子商城用例图(含关系) 习题 第6章静态建模 6.1静态建模概述 6.2类图概述 6.3类图的基本组成 6.3.1类的概述 6.3.2绘制带属性的实体类 6.3.3绘制带操作的实体类 6.3.4绘制边界类图 6.3.5绘制控制类图 6.3.6UML的类与语言的类 6.4类之间的关系 6.4.1关联关系 6.4.2聚合关系 6.4.3组合关系 6.4.4泛化关系 6.4.5实现关系 6.4.6依赖关系 6.5对象图 6.5.1对象图概述 6.5.2对象图组成 6.5.3类图和对象图的比较 习题 第7章数据库建模 7.1PowerDesigner简介 7.2PowerDesigner安装和启动 7.2.1PowerDesigner的安装 7.2.2PowerDesigner的启动 7.3PowerDesigner概念数据模型 7.3.1概念数据模型概述 7.3.2PowerDesigner概念数据模型概述 7.4 PowerDesigner物理数据模型 习题 第8章动态建模 8.1动态建模概述 8.2状态图 8.2.1状态图概述 8.2.2状态图组成 8.2.3绘制员工下班回家状态图 8.3活动图 8.3.1活动图概述 8.3.2活动图组成 8.3.3绘制WebShop电子商城活动图 8.4活动图拾遗 8.4.1活动图与流程图的比较 8.4.2活动图与状态图的比较 8.5顺序图 8.5.1顺序图概述 8.5.2顺序图组成 8.5.3绘制WebShop电子商城顺序图 8.6协作图 8.6.1协作图概述 8.6.2协作图组成 8.6.3绘制WebShop电子商城协作图 8.7 顺序图拾遗 8.7.1 顺序图与协作图的比较 8.7.2 顺序图与协作图的互换 习题 第9章物理建模 9.1物理建模概述 9.1.1硬件 9.1.2软件 9.2组件图 9.2.1组件图概述 9.2.2组件图组成 9.2.3绘制WebShop电子商城组件图 9.3部署图 9.3.1部署图概述 9.3.2部署图组成 9.3.3绘制WebShop电子商城部署图 习题 第10章双向工程 10.1双向工程简介 10.2正向工程(生成Java代码) 10.3逆向工程 习题 第11章统一软件过程RUP 11.1RUP简介 11.2RUPT作流程 11.2.1业务建模 11.2.2需求 11.2.3分析设计 11.2.4实施 11.2.5测试 11.2.6部署 11.2.7配置与变更管理 11.2.8项目管理 11.2.9环境 11.3RUP迭代过程 11.3.1初始 11.3.2细化 11.3.3构造 11.3.4移交 11.3.5迭代计划示例(构造阶段) 习题 附录A综合实训 附录B Rational Rose2003主菜单 参考文献...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值