transition method

Transition transition(
  1. int i
)

Implementation

Transition transition(int i) {
  return transitions[i];
}