Content Entry

2. 用例, UML学习笔记

Published: 2008-03-19 Categories: Tech Tags: Use Case UML 用例 Reading

Modeling Requirements: Use Cases
为需求建模: 用例

Use cases affect every other facet of your system's design;
they capture what is required and the other views on your model, then show how those requirements are met
用例影响系统设计的每一方面,捕捉需求及模型的其它视图,然后显示如何满足这些需求...

abstraction : 抽象
simplification : 简化
notation : 表示法
meta-model : 元模型

waterfall : 瀑布式
iterative : 反复式
agile methods : 敏捷法

requirement : 需求
functional requirement : 功能性需求
nonfunctional requirement : 非功能性需求
shall requirement : 必须型需求
should requirement : 应该型需求
context : 语境
related requirement : 相关需求
goal in context : 语境目标
preconditions : 前提提交
successful end condition : 成功的结束状态
failed end condition : 失败的结束状态
primary actors : 主要行为者
secondary actors : 次要行为者
trigger : 触发器
main flow : 主要流程
extensions : 扩展步骤
use case relationship : 用例关系
use case generalization : 用例一般化
use case inheritance : 用例继承

notes : 注释符
stereotype : 构造型
actor : 行为者
generalization arrow : 一般化箭头符号
communication line (navigability): 通信线


Figure 2-1. Use Case Diagram

Learn:
Learning UML 2.0, O'Reilly
by Russ Miles & Kim Hamilton

comments loading