Updates the transition in the class.
function updateTransition input TypeName cl; input String from; input String to; input String oldCondition; input Boolean oldImmediate; input Boolean oldReset; input Boolean oldSynchronize; input Integer oldPriority; input String newCondition; input Boolean newImmediate; input Boolean newReset; input Boolean newSynchronize; input Integer newPriority; input ExpressionOrModification annotate; output Boolean bool; end updateTransition;