敏捷开发模型

目录

  • Agile Unified Process
  • Process of AUP
  • Methology of AUM
    • domain model
    • use case model
      • actor
      • use case
      • abstract use case
      • high level use case
    • ASIM - expanded use case
    • OIM
      • scenario table
      • sequence diagram
    • DCD

Agile Unified Process

敏捷开发模型_第1张图片

Process of AUP

1) Identifying requirements
2) Deriving use cases to satisfy the requirements
3) Allocating use cases to increments
4) Carry out each increment
4.1) Use case modeling
4.2) Domain modeling
4.3) Interaction modeling
4.4) Derive design class diagram
4.5) Implementation and deployment

Methology of AUM

敏捷开发模型_第2张图片

domain model

use case model

actor

use case

abstract use case

high level use case

ASIM - expanded use case

OIM

scenario table

sequence diagram

DCD

参考:
《Object-Oriented Software Engineering》David C. Kung
Software Design Pattern, USTCSSE, David C. Kung

你可能感兴趣的:(敏捷开发模型)