Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个系统(一个视频游戏)和一个用例(攻击)。如果对手受到攻击并且他不在线,他会收到一封电子邮件,否则他不会。
我不知道做一个用例是否更好:
USR----(ATTACK)<-------<< extends >>---(OFFLINE-ATTACK)----MAIL SERVER
或者
USR----(ATTACK)------MAIL SERVER
Each usecase should represent an actor's goal. (OFFLINE-ATTACK) does not sound like an actual valid goal but more like an exception (alternative path).