敏捷开发模型

Agile Unified Process

敏捷开发模型

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

在这里插入图片描述

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

原文地址:https://www.cnblogs.com/chzhyang/p/11360097.html