Ø Alternative fragment(denoted “alt”) 与 if…then…else对应 Ø Option fragment (denoted “opt”) 与 Switch对应 Ø Parallel fragment (denoted “par”) 表示同时发生 Ø Loop fragment(denoted “loop”) 与 for 或者 Foreach对应 三、时序图实例分析(Sequece Diagram Example Analysis) 时序图场...
Alternative fragment(denoted “alt”) 与对应 Option fragment (denoted “opt”) 与 Switch对应 表示同时发生 Loop fragment(denoted “loop”) 与 for 或者 Foreach对应 完成课程创建功能,主要流程有: 1、请求添加课程页面,填写课程表单,点击【create】按钮 时序图实例分析 3、序号课程管理员点击【Create】按钮,...
Combined Fragments Alternative fragment(denoted “alt”) 与 if…then…else对应 Option fragment (denoted “opt”) 与 Switch对应 Parallel fragment (denoted “par”) 表示同时发生 Loop fragment(denoted “loop”) 与 for 或者 Foreach对应 三、时序图实例分析(Sequece Diagram Example Analysis) 时序图场景 ...
时序图(Sequence Diagram) 控制焦点Focus on Control 的取值: Alternative fragment(denoted “alt”)与 if…then…else对应 Option fragment (denoted “opt”) 与 Switch对应 Parallel fragment (denoted “par”) 表示同时发生 Loop fragment(denoted “loop”) 与 for 或者 Foreach对应 Break 分类: UML学习 ...
ØParallel fragment (denoted “par”)表示同时发生 ØLoop fragment(denoted “loop”)与for或者Foreach对应 三、时序图实例分析(Sequece Diagram Example Analysis) 时序图场景 完成课程创建功能,主要流程有: 1、请求添加课程页面,填写课程表单,点击【create】按钮 ...
Ø Loop fragment(denoted “loop”) 与 for 或者 Foreach对应 三、时序图实例分析(Sequece Diagram Example Analysis) 时序图场景 完成课程创建功能,主要流程有: 1、请求添加课程页面,填写课程表单,点击【create】按钮 2、添加课程信息到数据库 3、向课程对象追加主题信息 ...
ØParallel fragment (denoted “par”)表示同时发生 ØLoop fragment(denoted “loop”)与for或者Foreach对应 三、时序图实例分析(Sequece Diagram Example Analysis) 时序图场景 完成课程创建功能,主要流程有: 1、请求添加课程页面,填写课程表单,点击【create】按钮 ...
交互⽚段(Interaction Fragment):⼀个复杂的顺序图可以划分为⼏个⼩块,每⼀个⼩块称为⼀个交互⽚段,由⼀个⼤⽅框包围。常⽤的操作符包括:1) alt:多条路径,条件为真时执⾏。2) opt:任选,仅当条件为真时执⾏。3) par:并⾏,每⼀⽚段都并发执⾏。4) loop:循环,⽚段...
Use the Loop fragment for a basic repeating interaction. Use the Optional fragment for steps that are only performed if a certain condition is met. Use the Alternative fragment shape for an if-then or if-then-else process or interaction. The fragment comes with two sections, which ...
Use theLoop fragmentfor a basic repeating interaction. Use theOptional fragmentfor steps that are only performed if a certain condition is met. Use theAlternative fragmentshape for an if-then or if-then-else process or interaction. The fragment comes with two sections, which let you show the ...