博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
UML的基本图(三)
阅读量:6906 次
发布时间:2019-06-27

本文共 1359 字,大约阅读时间需要 4 分钟。



An artifact diagram shows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections of bits. Artifacts are often used in conjunction with deployment diagrams. Artifacts also show the classes and components that they implement. (UML treats artifact diagrams as a variety of deployment diagram, but we discuss them separately.)

 

工件图显示执行在计算机上的系统的物理构成部分.工件包含文件,数据库和相似信息的物理集合.工件常常与部署图连起来使用.工件也显示他们实现的类和组件.(UML将工件图当作部署图的一种来处理,但我们会分别讨论它们.)

 

A package diagram shows the decomposition of the model itself into organization units and their dependencies.

 

包图显示模型本身被分解为组织单元和它们的依赖关系.

 

A timing diagram is an interaction diagram that shows actual times across different objects or roles, as opposed to just relative sequences of messages. An interaction overview diagram is a hybrid of an activity diagram and a sequence diagram. These diagrams have specialized uses and so are not discussed in this book. See the UML Reference Manual for more details.

 

时序图也是一个交互图,它显示实际时间消息在不同的对象或角色之间进行通讯时的情况.正好与消息的相关序列相反.交互概览图是一种混合了活动图和序列图特点的图.这些图有专门的用途,所以我们在这本书中不作讨论.要获取很多其它的细节可看UML參考指南

 

This is not a closed list of diagrams. Tools may use the UML to provide other kinds of diagrams, although these are the most common ones that you will encounter in practice.

 

在这里并没有将全部的图都列出来.有些使用UML的工具可能会提供其他种类的图,尽管这些是你在实践中可能遇到的最普遍的问题.

转载地址:http://mrrdl.baihongyu.com/

你可能感兴趣的文章
java内存溢出的解决思路
查看>>
hibernate(六)一对一映射
查看>>
map遍历
查看>>
android结合Jenkins使用V2签名
查看>>
栏目添加缩略图
查看>>
[BZOJ 1221][HNOI2001]软件开发(费用流)
查看>>
用户注册流程分析
查看>>
6.1Python数据处理篇之pandas学习系列(一)认识pandas
查看>>
搞小程序遇到的问题及解决方案(持续更新)
查看>>
jquery ui tabs
查看>>
个人作业(alpha)
查看>>
ELK集成Log4net 重写一个TcpAppender
查看>>
【转载】win7下IIS的安装和配置图文教程
查看>>
一.c#概述,c#语言及其特点;c#与.net框架关系
查看>>
关于更新发布CSS和JS文件的缓存问题
查看>>
threading 多线程
查看>>
每个Android开发者必须知道的内存管理知识
查看>>
常用的PHP知识记录
查看>>
MYSQL(python)安装记录
查看>>
(十一)构造方法的重载和成员方法的重载
查看>>