Reputation: 3437
I'm a novice Uml guy I want to know if it is possible to have multiple transitions outgoing from the initial state in a statechart diagram
Upvotes: 1
Views: 1929
Reputation: 2049
As per spec, you need a single initial state (solid circle) with a single transition pointing to the "real" starting state, i.e. the state your system is when it starts. If you feel you need several transitions to several starting states, then either:
Upvotes: 4