(C1041) Or states without a default entrance
There are states of type “or” (decomposed into exclusive states) with entering transitions but with no “default” entrance.In the following figure,S1
is an or state consisting ofS2
andS3
. A transition triggered by eventE
entersS1
, but becauseS1
has no default entrance, the actual target of this transition is not defined.