Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content Source Unified Modeling Language 2.5.1 Copyright information About Object Management Group copyright in text extracts quoted from OMG specifications for educational purposes Snippet kind INFO UML keywords Transition TransitionKind Transition::kind Enumeration TransitionKind::internal TransitionKind::local TransitionKind::external Previous snippet Full quote TransitionKind is an Enumeration type used to differentiate the various kinds of Transitions. Next snippet internal - Implies that the Transition, if triggered, occurs without exiting or entering the source State (i.e., it does not cause a state change). This means that the entry or exit condition of the source State will not be invoked. Related snippets Related snippets (backlinks) internal - Implies that the Transition, if triggered, occurs without exiting or entering the source State (i.e., it does not cause a state change). This means that the entry or exit condition of the source State will not be invoked. An internal Transition can be taken even if the S[t]ateMachine is in one or more Regions nested within the associated State. local - Implies that the Transition, if triggered, will not exit the composite (source) State, but it will exit and re-enter any state within the composite State that is in the current state configuration. external - Implies that the Transition, if triggered, will exit the composite (source) State. Visit also Visit also (backlinks) Flags