本文介绍了子系统和组件之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问一问,从UML角度看,子系统和组件之间有什么区别?

I would like to ask what is the difference between a subsystem and a component in the UML sense?

推荐答案

我必须同意Preet,但是实际上,子系统大于组件.我将组件(用于购买的,被盗用的或内置的)用于组件,并将子系统用于整个系统中执行给定集成功能的一部分.例如,在血液处理设备中,离心机驱动器和控件将是一个组件.集成的吸血法规(包括安全机制,电机控制,用户控制和通讯)将成为一个子系统.

I have to agree with Preet, but practically, a subsystem is larger than a component. I use components for libraries (either bought, pillaged, or built) and subsystems for a part of the whole system that performs a given integrated function. For example, in a blood processing device, the centrifuge driver and control would be a component. The integrated blood suction regulation (which includes safety mechanisms, motor control, user control, and communications) would be a subsystem.

这篇关于子系统和组件之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 20:31
查看更多