请英语高人帮我翻译一段英文

问题描述:

请英语高人帮我翻译一段英文
States are rounded rectangles. Transitions are arrows from one state to another. Events or conditions that trigger transitions are written beside the arrows. Our diagram has two self-transition, one on Getting SSN and another on Getting PIN.
The initial state (black circle) is a dummy to start the action. Final states are also dummy states that terminate the action.
The action that occurs as a result of an event or condition is expressed in the form /action. While in its Validating state, the object does not wait for an outside event to trigger a transition. Instead, it performs an activity. The result of that activity determines its subsequent state.
Activity diagrams
An activity diagram is essentially a fancy flowchart. Activity diagrams and statechart diagrams are related. While a statechart diagram focuses attention on an object undergoing a process (or on a process as an object), an activity diagram focuses on the flow of activities involved in a single process. The activity diagram shows the how those activities depend on one another.
For our example, we used the following process.
"Withdraw money from a bank account through an ATM."
The three involved classes (people, etc.) of the activity are Customer, ATM, and Bank. The process begins at the black start circle at the top and ends at the concentric white/black stop circles at the bottom. The activities are rounded rectangles.
这是关于UML设计模型的
1个回答 分类:英语 2014-10-26

问题解答:

我来补答
状态是用圆角矩形来表示的.转移则是使用带箭头的连线表示.触发转移的事件或者条件写在箭头的旁边.我们的图上有两个自转移.一个是在Getting SSN,另一个则在上Getting PIN.
初始状态(黑色圆圈)是开始动作的虚拟开始.结束状态也是动作的虚拟结束.
事件或条件触发动作时用(/动作)表示.当进入Validating状态时,对象并不等外部事件触发转移.取而代之,它产生一个动作.动作的结果决定了下一步的状态.
活动图表
一个活动图表本质上是一个有特色的流程表.活动图表和 statechart 图表被讲.一个 statechart 图表将注意集中在接受一个程序 (或者在作为一个物体的一个程序上) 的一个物体,不过一个活动图表把重心集中在活动的流程在一个程序牵涉.活动图表表示那些活动如何仰赖彼此.
对于我们的例子,我们用了下列的程序.
“通过一个ATM撤回来自一个银行帐户的钱.”
活动的三个有关类 (人,等等.) 是Customer、ATM和Bank.程序在顶端以黑色的圆圈开始并在底端以同中心的白色/黑色圆圈结束.活动状态是用圆角长方形表示的.
 
 
展开全文阅读
剩余:2000
下一页:奇偶性的应用。