transForStates: 
ARRAY StateInConv 
OF 
ARRAY StateInConv 
OF Transition ← [
  idle  resrv  pars    init pend mayb ring canAc   activ inact   any -- desired
[ elim, invl, prsg,    invl, invl, invl, invl, invl,   elim, elim,   elim ], -- idle  (current)
[ idle, noop, prsg,    invl, invl, invl, invl, invl,   alrt, ntiy,    invl ], -- reserved
[ idle, rers, noop,  invl, invl, invl, invl, invl,   alrt, ntiy,    invl ], -- parsing
[ idle, noop, invl,    invl, invl, invl, invl, invl,   noop, ntiy,   noop ], -- initiating
[ idle, invl, invl,    invl, invl, invl, invl, invl,   actv, ntiy,    ring ], -- pending
[ idle, noop, invl,    invl, invl, invl, invl, invl,   noop, ntiy,   noop ], -- maybe
[ idle, invl, invl,    invl, invl, invl, invl, invl,   actv, ntiy,    noop ], -- ringing
[ idle, invl, invl,    invl, invl, invl, invl, invl,   ntiy, ntiy,    ntiy ], -- canActivate
[ idle, spvs, invl,    invl, invl, invl, invl, invl,   spvs, ntiy,   spvs ], -- active
[ idle, invl, invl,    invl, invl, invl, invl, invl,   ntiy, noop,   ntiy ], -- inactive
[ noop, rsrv, prsg,   invl, invl, invl, invl, invl,   alrt, ntiy,     invl ] -- any (nonex)