UML 图的类型 - VISIO - ASP.net

发布于 2024-08-10 10:10:54 字数 971 浏览 6 评论 0原文

下面,我摘录了一份设计规范,并且需要将 UML 图创建为 .NET 规范。尚未开始编码或是否有任何解决方案结构。对于这种情况,最好的高级 UML 图是什么(不包括任何类图)?

示例场景

显示拖放区队列

此时要执行以下步骤:

1. 显示 DZ_JOB_CONTAINER (DZ-CT-JCONDZ-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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缱倦旧时光 2024-08-17 10:10:54

活动图是一个很好的高级图表选择。该示例有一些非常低级的细节,也倾向于类图和序列图,但无类图约束排除了该选择。

下面是一个粗略的活动图。

活动图 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文