Discrete transitions (Transition) describe the possible switches between discrete states due to the occurrences of discrete events or due to the violations of a state invariant in time or in value quantification.<br/><br/>See also Transition.<br/><br/>Constraints:<br/>[1] A transition connects one or two states. This means that the from and to roles can be applied to two distinct states or a single state.<br/><br/>Semantics:<br/>When all the given guard conditions are met, a transition will be fired. A transition, when fired, will lead to the exit of the associated "from" state and an entrance to the associated "to" state, while invoking one or more logical transformations (TransformationOccurrance! ) as the effects of the transition.<br/>