Returns list of transitions for the given class.
Each transition item contains 8 values i.e, from, to, condition, immediate, reset, synchronize, priority.
function getTransitions input TypeName cl; output String[:, :] transitions; end getTransitions;