R2590

Summary

One region cannot have more than one initial vertex.

Details

An initial vertex is a dummy state representing the temporary default state of an object when it is created. When a transition targets a state, it implicitly targets its initial state.

Therefore, a state cannot have more than one initial state, because it would not be possible to determine the default initial state.

Tips

Possible solutions to this problem are as follows: