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: