UML 图的类型 - VISIO - ASP.net
下面,我摘录了一份设计规范,并且需要将 UML 图创建为 .NET 规范。尚未开始编码或是否有任何解决方案结构。对于这种情况,最好的高级 UML 图是什么(不包括任何类图)?
示例场景
显示拖放区队列
此时要执行以下步骤:
1. 显示 DZ_JOB_CONTAINER
(DZ-CT-JCON
DZ-CT-JCON) 的内容code>) 实体在新的浏览器窗口中。这将按如下方式完成。
一个。读取 DZ-CT-JCON 实体,其中
job_type =“A”(即仅限收购记录)
job_status
29(即不是删除的条目)。注意:此字段仅包含在用户选择不显示已删除记录的选择标准中。这是队列最初显示时的默认设置。
current_flag = “Y”(即“仅活动条目”)
注 1:仅显示尚未完全处理的 Drop Zone 队列记录(即,成功传输到 BI 作业队列)。
注2:DZ-CT-JCON
实体按以下顺序排序:作业类型、数据流ID、数据流提供商代码、容器序列号
。对于找到的符合这些选择标准的每条记录,将显示以下字段。
数据流 – 将显示来自 CTRL_DATA_STREAM 实体的数据流描述,而不是数据流 ID。
数据数据流提供商代码
容器序列号
容器开始日期。格式:DD/MM/YYYY
集装箱结束日期。格式:DD/MM/YYYY
容器生成日期。格式:DD/MM/YYYY
作业状态 – 将显示 CTRL_JOB_STATUS 实体的作业状态描述,而不是作业状态 ID。
Below, I have an extract from a design specification and need to create UML diagrams as .NET specifications. No coding is yet started or is there any solution structure yet. What would be best highlevel UML diagrams for such scenarios (by not including any class diagrams)?
Example scenario
Display Drop Zone Queue
The following steps are to be performed at this point:
1.Display the contents of the DZ_JOB_CONTAINER
(DZ-CT-JCON
) entity in a new browser window. This is to be done as follows.
a. Read DZ-CT-JCON entity where
job_type = “A” (i.e. Acquisition records only)
job_status < 29 (i.e. not a deleted entry). Note: This field is only to be included in the selection criteria where the user has selected to not display deleted records. This is to be the default setting when the queue is initially displayed.
current_flag = “Y” (i.e. “Active entries only)
Note 1: Display only Drop Zone queue records which have not been fully processed (that is, transferred successfully to the BI job queue).
Note 2: The DZ-CT-JCON
entity is to be sorted in the following sequence: Job Type, Data Stream ID, Data Stream Provider Code, Container Sequence Number
b. For each record found matching these selection criteria, the following fields are to be displayed.
Data Stream – the data stream description from the CTRL_DATA_STREAM entity is to be displayed instead of the data stream ID.
Data Stream Provider Code
Container Sequence Number
Container Start Date. Format: DD/MM/YYYY
Container End Date. Format: DD/MM/YYYY
Container Generation Date. Format: DD/MM/YYYY
Job Status – the job status description from the CTRL_JOB_STATUS entity is to be displayed instead of the job status id.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
活动图是一个很好的高级图表选择。该示例有一些非常低级的细节,也倾向于类图和序列图,但无类图约束排除了该选择。
下面是一个粗略的活动图。
活动图 http://home.comcast.net/~ga1/SO1685438_a.png
Activity Diagrams are a good high level diagram choice. The example has a some very low level details which would also lean toward a combination of class diagrams and sequence diagrams, but the no class diagram constraint excludes that choice.
Below is a rough activity diagram.
activity diagram http://home.comcast.net/~ga1/SO1685438_a.png