IEnumerable<ITransition>
An IEnumerable of the incoming ITransitions.
Retrieves the transitions that go to this state.
A self transition is anchored on both the incoming and outgoing side of its state, so it appears in the results of both State.GetIncomingTransitions and State.GetOutgoingTransitions.