Model-engineering implementation and expansion (Design Mode C #) Bridge Mode bridge-self-test reference answer

Source: Internet
Author: User
Transferred from: Model-engineering implementation and expansion (Design Mode C)

Http://www.cnblogs.com/callwangxiang/

 

 

Http://www.cnblogs.com/callwangxiang/archive/2011/05/23/ExerciseAABridge.html

Reference answer

 

1. Key Points of dependency analysis:

1) IA, IB, IC, Id level orthogonal relationship

2) IE is the subordinate abstract relationship of IA.

3) If and IG are sub-Abstract relations of IC, and the relationship between IC and IG is 1: N, and II and ih are sub-Abstract relations of Ig.

 

Therefore, the structure of the configuration file is roughly as follows:

<? XML version = "1.0" encoding = "UTF-8" ?>
< Configuration >
< Configsections >
< Sectiongroup Name = "Exercise" Type = "" >
< Section Name = "" Type = "" />
< Section Name = "B" Type = "" />
< Section Name = "C" Type = "" />
< Section Name = "D" Type = "" />
</ Sectiongroup >
</ Configsections >

< Exercise >
< A >
< E />
</ A >
< B />
< C >
< D >
< Add Name = "D1" Type = "" >
< I />
< H />
</ Add >
< Add Name = "D2" Type = "" >
< I />
< H />
</ Add >
</ D >
</ C >
< D />
</ Exercise >

</ Configuration >

 

 

2,

The case relationships of team responsibilities are roughly as follows:

 

The dependency relationship after the division of responsibilities of each position is roughly as follows:

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.