Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content Transitions 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::external State::exit composite State Previous snippet Full quote external Implies that the Transition, if triggered, will exit the composite (source) State. Next snippet Related snippets TransitionKind is an Enumeration type used to differentiate the various kinds of Transitions. 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. 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. Related snippets (backlinks) Visit also Visit also (backlinks) Flags