UML的基础元件之行为元件



Behavioral thingsare the dynamic parts of UML models. These are the verbs of a model, representing
behavior over time and space. In all, there are three primary kinds of behavioral things.

行为元件是UML模型的动态部分.它们是模型的动词,代表在时间和空间的行为.主要有三类行为元件

First, aninteraction
is a behavior that comprises a set of messages exchanged among a set of objects or roles within a particular context to accomplish a specific purpose. The behavior of a society of objects or of an individual operation may be specified with an interaction.
An interaction involves a number of other elements, including messages, actions, and connectors (the connection between objects). Graphically, a message is rendered as a directed line, almost always including the name of its operation.

第一个交互行为,由一组消息构成,作用是为了达到某个目的,在对象集或角色之间交换指定文本.通过交互来指定外部对象或是个别操作的行为.交互包含大量的其它元素,其中包括消息,行动和连接器(连接两个对象).消息的图形表现为一个带有方向的直线,直线上方通常总是显示操作的名称.

Second, astate machineis
a behavior that specifies the sequences of states an object or an interaction goes through during its lifetime in response to events, together with its responses to those events. The behavior of an individual class or a collaboration of classes may be specified
with a state machine. A state machine involves a number of other elements, including states, transitions (the flow from state to state), events (things that trigger a transition), and activities (the response to a transition). Graphically, state is rendered
as a rounded rectangle, usually including its name and its substates, if any.

第二个状态机,这个行为用来说明对象或是交互响应某个事件期间的状态序列,同时也包含那些事件的应答.个别的类或是协作的类,它们的行为可能需要状态机来描述.状态机包含大量的其它元素,诸如状态,转换(从一个状态流转到另一状态),事件(触发一个转换的事物),活动(对一个转换的响应).图形表现上,用一个圆角矩形框来表示状态,通常包含有该状态的名称,如果它有子状态的话,也将包含在里面.

Third, an activity is a behavior that specifies the sequence of steps a computational process performs. In an interaction, the focus is on the set of objects that interact. In a
state machine, the focus is on the life cycle of one object at a time. In an activity, the focus is on the flows among steps without regard to which object performs each step. A step of an activity is called anaction.
Graphically, an action is rendered as a rounded rectangle with a name indicating its purpose. States and actions are distinguished by their different contexts.

第三个活动,这个行为用来描述执行计算过程时所需步骤的次序.在交互中,关键点是对象们之间的相互作用;在状态机中,关键点是一个对象在一个时间点的生命周期.在活动中,关键点是对象自动执行每一步的过程.活动中的一个步骤被称为行动.在图形表现上,行动同样是由一个圆角矩形框代表,里面的名称用来标识行动的目标.状态和行动是通过它们的内容进行区分.

These three elements -- interactions, state machines, and activities -- are the basic behavioral things that you may include in a UML model. Semantically, these elements are usually
connected to various structural elements, primarily classes, collaborations, and objects.

交互,状态机和活动是构建UML模型的基本行为元件的三个元素.语义上,这些元素通常用来连接各种不同的结构元素,主要类,协作和对象.

UML的基础元件之行为元件

时间: 2024-10-22 08:52:24

UML的基础元件之行为元件的相关文章

UML的基础元件之架构元件(三)

 Structural Things Anactive class is a class whose objects own one or more processes or threads and therefore can initiate control activity. An active class is just like a class except that its objects represent elements whose behavior is concurren

UML的基础元件之架构元件(四)

 Structural Things An artifact is a physical and replaceable part of a system that contains physical information ("bits"). In a system, you'll encounter different kinds of deployment artifacts, such as source code files, executables, and scrip

Jmeter基础(三)元件的作用域与执行顺序

1.元件的作用域 之前介绍了8类可被执行的元件(测试计划与线程组不属于元件),这些元件中,取样器是典型的不与其它元件发生交互作用的元件,逻辑控制器只对其子节点的取样器有效,而其它元件(config elements .timers .post-processors.assertions.listeners.)需要与取样器(sampler)等元件交互. 配置元件(config elements ) 元件会影响其作用范围内的所有元件. 前置处理程序(Per-processors) 元件在其作用范围内

设计模式-UML关系基础

UML关系基础 类之间的关系 泛化 类在继承中表现为泛化和实现. 继承关系为is-a的关系,两个对象之间用is-a表示为继承关系. eg,自行车是车,猫是动物. 泛化关系用空心箭头表示 如下图. A继承自B 用空心箭头表示A继承自B 泛化关系表示为继承抽象类. 抽象类可以继承一个具体的类的. 抽象类可以被实体类继承 抽象类可以被其他抽象类继承 实现关系 实现关系用空心箭头表示. 即指向C++中的抽象类(通过纯虚函数实现),java中的接口,表示实现关系. 即,无法直接定义对象的都被成为抽象类.

TERSUS画画一样开发软件 显示元件介绍-列表显示元件

TERSUS无代码手机电脑管理类软件开发,其中专用于手机或平板端的重复类信息显示的元件:列表或清单元件(List) 列表或清单(List)元件:是一个容器类的元件,当有一组多个信息需要显示在一块区域且多组排列显示时用.多用于手机和平板端.比如常用的应用中,手机查看店中上架的零食信息,就是一个点型的列表显示: 这类重复内容都是列表显示来做出来的,列表显示默认的元件如下: 列表元件使用时有以下几点: 1.使用时可以对列表元件或其内部内部List Item中的显示元件用"html.style"

TERSUS画画一样开发软件 显示元件介绍-表格显示元件

TERSUS无代码手机电脑管理类软件开发,其中表格显示元件包括:简单表格显示元件(Simple Table).复杂表格显示元件(Table) 简单表格显示元件(Simple Table):是一个简单的二维固定样式表格元件,其中只有一个显示列的数据结构是可以变更的,默认有一个日期和数字数据类型元件,每一个数据类型是表格一列,名称就是列名称: 1.只可以对表格进行样式定义,用"html.style"以及"html.styleClass": 2.可以右键将表头"

UML图基础知识

一.UML简述 类是面向对象系统中最重要的构造块.类图显示了一组类.接口.协作以及他们之间的关系,通过类图,我们能够很好的掌握类与类之间的关系. 首先给出一幅UML类图,此图来源于<大话设计模式>,其中讲的很好,感兴趣的可以去查看.然后细细查看图中的每个符号.每个元素,思考之间的关系. 二.UML类图中包括常用的六种关系以及各自的表示形式 从上图中我们可以很明显的发现六种关系及各自如何表示, 1. 空心三角形+实线:继承关系 2. 空心三角形+虚线:实现接口 3. 空心菱形+实线箭头:聚合关系

关于‘UML’的基础知识

统一建模语言也就是我们常说的UML(Unified Modeling Language),是一种支持模型化的和软件系统开发的图形化建模语言,它能比较直观的让我们了解软件模块之间的关系.因此在这个系统开发的时候采用面向对象的开发方法也许是一个明智的选择,它的基本思想就是采用对象的角度来看待每一个具体的问题.这样制作出来的软件才是一个维护性好,可重用性高和模块功能具体的软件系统.UML事物包括四种:构件事物,行为事物,分组事物,注释事物. 构件事物:UML模型中的静态部分,它是用来表示系统的静态元素

01-03课 了解软件 创建工程 创建元件库 分裂元件的制作方法

第一课        Capture CIS 是画原理图的. 页面放大缩小,i/o键,以鼠标的位置作为原点.或者鼠标滚轮. 第二课 options-->design template设置原理图纸张的大小,名字,单位 新建好原理图之后,options-->prefen,可以改一下背景颜色. 新建原理图库,File--new--libaray,新建原件,new part, 这个是新建引脚. 新建好很多引脚后可以,选中很多管脚,右击选中edit property,可以批量改引脚名. 第三课 cade