CRUD in a use-case diagram?

前端 未结 4 509
醉酒成梦
醉酒成梦 2020-12-07 17:17

My question is quite simple. What is the best way to bring CRUD into a use-case diagram? It should be DRY. I know, UML is sometimes discretionary, but what do you think abou

4条回答
  •  借酒劲吻你
    2020-12-07 17:51

    According to the book "Applying UML and Patterns-Craig Larman", we can use "Manage User" for use case name to show CRUD operation in use case. No 4 is good choice and in this case we shoud describe CRUD operations in scenario. Create user in main flow of events and the others in alternative flow of events.

提交回复
热议问题