IEnumerable<ITransition>
An IEnumerable of the outgoing ITransitions.
Retrieves the transitions that originate from 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 IState.GetIncomingTransitions and IState.GetOutgoingTransitions.