开发者

Types of UML diagram - VISIO - ASP.net

开发者 https://www.devze.com 2022-12-10 11:57 出处:网络
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 highlev

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 Stre开发者_高级运维am – 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号