Representation of Actor that is primary and secondary

做~自己de王妃 提交于 2019-12-10 15:26:59

问题


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.



来源:https://stackoverflow.com/questions/16777625/representation-of-actor-that-is-primary-and-secondary

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!