public transitionType at(int index) {
   return new transitionType(owner.getElementAt(info, index));
 }