简体   繁体   中英

How is it shown that only one actor can access an extending use case?

  • Use Case A is extended by Use Case B.
  • Use Case A can be done by Actor X and Actor Y.

How can I show that Use Case B is accessible only to Actor X and not Y?

For example, in an e-shop:

  • "Find Product" is extended by "Add to wishlist".
  • "Find Product" can be done by both a Registered and a Non-Registered Actor.

However, "Add to wishlist" use case can only be done by a Registered Actor.

Simply add a constraint like {can only be performed by Actor X} to the use case in question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM