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 ?
相关问题
- System sequence diagram - Can system request input
- Does Visual Studio 2010 Professional support UML m
- Can a [GoF]-ConcreteSubject override the notify me
- How to represent enumeration classes with methods
- How to specify “one at a time” in UML?
相关文章
- Code Iris plugin on Android Studio
- Designing a sequence diagram for an auction system
- Game engine design choice [closed]
- state transition with different guard condition
- Resources for learning how to better read code
- Relationships in a UML class diagram
- How do you convert a document in UML 1.3 - XMI 1.1
- UML help C# Design Principles
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.