how can we represent an actor that his type primary and secondary in the same time. example an actor who will launch the application and he will attend for a result how can i REPRESENT that ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The difference between a primary actor and the secondary actor is that the first one has a goal with the use case and the second one is needed to accomplish that, but the second actor does not have a goal within the use case. Therefor are those definitions mutually exclusive and can a primary actor never be a secondary actor. A primary actor is capable to execute actions within the use case.
The same user can have different roles. Those different roles can be primary and secondary actor for a certain use case. Therefor can the same user be a primary and secondary actor in one use case. But that does not imply that one actor can be primary and secondary actor at the same time.