Let's say I have three use cases:
First and second use cases are simple actions that can't be performed simultaneously. The third, though, can only happen while first OR second has happened. Do I have to specify this in the model below? If yes, how? The model right now gives me impression that the first and second use cases have to be performed BOTH(which is not true in the system) in order to perform the third.