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::internal State::entry State::exit Previous 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. Full quote An internal Transition can be taken even if the S[t]ateMachine is in one or more Regions nested within the associated State. Next snippet Related snippets TransitionKind is an Enumeration type used to differentiate the various kinds of Transitions. Related snippets (backlinks) Visit also Visit also (backlinks) Flags