add_state_transition(state, kind, tree)# Add a new transition starting from a state. Parameters: stateEXSource of the transition. kindTKKind of transition. treeTRTransition tree, which is the intermediate structure describing the transition. Returns: suite.Transition