abstract fun transitionsTo(targetState: S): Set<KClass<out T>>
Get the transition required to move to a given state.