initTransition

abstract fun initTransition(state: Int, t: Transition): Int

Initialize the provided Transition to iterate through all transitions leaving the specified state. You must call .getNextTransition to get each transition. Returns the number of transitions leaving this state.