博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
UML(Unified Modeling Language)同一建模语言
阅读量:5862 次
发布时间:2019-06-19

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

 

wiki定义: UML is a general-purpose, developmental, modeling language in the field of software engineering, that is intended to provide a standard way to visualize the design of a system.

目的: UML was originally motivated by the desire to standardize the disparate notational systems and approcaches to software design.

成就: In 1997, UML was adopted as a standard by the Object Management Group(OMG), and has been managed by this organization ever since. In 2005, UML was also published by the International Organization for Standardiation (ISO) as an approved ISO standard. 不过UML主要是用在教育和学术界,在业界已渐渐不太使用。

作用:UML offers a way to visualize a system's architectural blueprints in a diagram, including elements such as:

1. Any activities (jobs)

2. Individual components of the system, and how they can interact with other software components.

3. How the system will run.

4. How entities interact with others(components and interfaces)

5. External user interface.

 

转载于:https://www.cnblogs.com/cbyzju/p/5538111.html

你可能感兴趣的文章
监控软件zabbix之安装
查看>>
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VALID_ARCHS=armv7 armv7s)
查看>>
Exchange Server 2016 独立部署/共存部署 (七)—— DAG功能测试
查看>>
Linq==数据访问层?
查看>>
对RTMP视频流进行BitmapData.draw()出错的解决办法
查看>>
Linux 进程中 Stop, Park, Freeze【转】
查看>>
Vertica的这些事<十>—— vertica中group by 和join 语句的优化
查看>>
Spark修炼之道(基础篇)——Linux大数据开发基础:第九节:Shell编程入门(一)...
查看>>
MySQL中如何启用InnoDB数据引擎
查看>>
Duplicate Symbol链接错误的原因总结和解决方法[转]
查看>>
适配器模式
查看>>
刨根问底区块链 —— 基础篇
查看>>
php 直接调用svn命令
查看>>
建立低权限的ftp帐号
查看>>
htpasswd
查看>>
Android窗口机制(三)Window和WindowManager的创建与Activity
查看>>
Android 编译出错解决
查看>>
iOS--The request was denied by service delegate (SBMainWorkspace) for reason:
查看>>
Android 打开WIFI并快速获取WIFI的信息
查看>>
Spring boot 入门篇
查看>>