Sequence objects may be compared to other objects with the same sequence type.
序列对象可以与相同类型的其它对象比较。
Because system behavior is the result of objects sending messages to each other, sequence diagrams plot the course of those messages as they move from object to object.
因为系统行为是对象相互之间发送消息的结果,因此序列图绘制了那些消息在对象之间移动时的路线。
It follows that to do governance well, governance must be a process with a sequence of operations (a lifecycle) and a set of objects (artifacts) that are created and evolved through its execution.
由此得出结论,要很好地治理,治理就必须是具有一序列运作(一个生命周期)和一组通过其执行而创建并演进的对象(工件)的过程。
The digits of pi can then be translated into a sequence of these people and objects, which the memoriser links by making up a story.
这些数字也就变成了一长串有序的人和事物,然后通过编故事的方法让这些人和事物发生逻辑联系。
Sequence diagrams provide information on interactions between objects in the sequential order that the interactions occur.
序列图提供了目标之间按照序列顺序生成交互的信息。
However, an organization's business staff can find sequence diagrams useful to communicate how the business currently works by showing how various business objects interact.
然而,一个组织的业务人员会发现,序列图显示不同的业务对象如何交互,对于交流当前业务如何进行很有用。
In a sequence diagram, object interactions are illustrated in a kind of fence format, adding objects from left to right.
在序列图中,对象交互以一种栅栏的格式显示,并从左到右添加对象。
A sequence type is just a sequence of objects.
有序类型仅仅是指对象的顺序。
The sequence diagram shows what happens inside of a method by reverse engineering the code and visually displaying which objects and messages are exchanged.
序列图通过对代码的反向工程可以展示出方法中所发生的一切,还能以可视化的形式展示出交换的对象与消息。
There is no predefined sequence of tasks for creating interfaces or business objects; you could have just as easily have created the business objects when creating the interface.
对于创建接口或业务对象,没有预先定义的任务顺序;只需要在创建接口时简单地创建业务对象即可。
Notice, however, that you must pass in a sequence — and not just a sequence of objects — or you'll get an error.
不过,请注意,传递的参数必须是序列——并且不只是对象序列——否则将会出现错误。
The sequence diagram is used primarily to show the interactions between objects in the sequential order that those interactions occur.
序列图主要用于按照交互发生的一系列顺序,显示对象之间的这些交互。
In addition to their use in designing new systems, sequence diagrams can be used to document how objects in an existing (call it "legacy") system currently interact.
序列图除了在设计新系统方面的用途外,它们还能用来记录一个存在系统(称它为“遗产”)的对象现在如何交互。
On the Sequence diagram the object boxes have no name preceding the ":." These are called anonymous objects.
在顺序图中,对象框没有名字“:”,这些对象叫做匿名对象。
The reason the sequence diagram is so useful is because it shows the interaction logic between the objects in the system in the time order that the interactions take place.
序列图是如此好用的理由是,因为它按照交互发生的时间顺序,显示了系统中对象间的交互逻辑。
Sequence diagram: a sequence diagram illustrates the chronological sequence of messages between objects in an interaction.
序列图:序列图说明了交互中对象之间消息的时间序列。
Sequence: The sequence interface is used to manipulate data objects when ordering across a data object's properties is required (the data object is said to be a sequenced type).
序列:序列接口用于需要在跨数据对象的属性进行排序时操纵数据对象(数据对象被称为一个排序类型)。
However, a communication diagram focuses more on showing the collaboration of objects than on the time sequence.
然而,通信图更看重对象的协作,而不是时间序列。
In the sequence diagram the objects are aligned at the top of the diagram, and they have dashed lifelines that extend downward.
在顺序图中,对象按竖列对齐,按照从上到下的时间线来顺序排列。
The tool searches for the mapped objects and performs a series of actions on them in the same sequence as during recording.
工具会搜索映射的对象,并在测试期间对其执行一系列的操作。
Once I had decided what the underlying conditional flow would be, the only remaining task was to construct objects that would fit into this sequence of actions.
在确定底层的条件流程之后,剩下的惟一任务就是构建适合以后使用的对象。
And just like a tuple, a list can hold different types of data (or different types of objects). This is what I mean by a heterogeneous mutable sequence.
就像tuple一样,list也可以持有不同类型的数据(或不同类型的对象),这就是我所说的异构的可变序列。
It has an array (sequence) of FlickrImage objects called images.
它有一个称为images的FlickrImage对象数组(序列)。
You can create a tuple by simply assigning a sequence of objects, separated by commas, to a variable (see Listing 5).
您只需向变量分配一个用逗号分隔的对象序列,就可以创建一个tuple(参见清单5)。
Objects are added to the VBox by putting them into a sequence of Nodes that are set to the VBox's content var.
将对象添加到VBox很简单:把它们放入其值为VBox的content变量的Node序列中。
For example, below we are indicating that we want to scaffold a "List" view template based on the sequence of Product objects we are passing from our action method above.
例如,在下面,我们表示想要基于从上面的action方法中传入的Product对象序列生成一个“列表”视图模板。
In the sequence diagram shown in Figure 11, we have introduced these three objects and re-created the interactions where the servlet needs a Customer object restored from on-line storage.
在图11的序列图中,我们引入了这三个对象,在servlet需要Customer对象从在线存储中恢复时重新创建了交互。
Each row in the OV-3 matrix represents an IER, which is made up of characteristics of the data transferred between roles and objects in an interaction from the OV-6c sequence diagrams.
OV - 3矩阵中的每一行表示一个IER,由在OV - 6 c序列图的交互中的角色和对象间转移的数据的特征组成。
A sequence of integers can be treated as a sequence of objects, by boxing every integer as it comes out of the sequence.
通过装箱,我们可以把一个整数序列当做一个object的序列来对待。
The add_edges method creates an array of edge objects from a sequence of points.
add_edges方法根据一系列的点创建一个edge对象数组。
应用推荐