Is there a way to model complex logic on an activity diagram? For example A = B && (C || D || F) , where B, C, D, F are booleans. I know that it is easy to do the AND operator with decision node, but what about several OR conditions?
Asked
Active
Viewed 1,915 times
2 Answers
3
Apart from specifying it in guard (as Thomas has shown), you can of course also draw it.
You can think of AND as flows being in sequence, and OR as parallel.

Peter Uhnak
- 9,617
- 5
- 38
- 51