Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content Pseudostates - junction 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 SEMANTIC UML keywords Pseudostate PseudostateKind::junction Transition Previous snippet Full quote junction – This type of Pseudostate is used to connect multiple Transitions into compound paths between States. Next snippet For example, a junction Pseudostate can be used to merge multiple incoming Transitions into a single outgoing Transition representing a shared continuation path. Related snippets Related snippets (backlinks) choice – This type of Pseudostate is similar to a junction Pseudostate ... and serves similar purposes, with the difference that the guard Constraints on all outgoing Transitions are evaluated dynamically ... A Pseudostate is an abstraction that encompasses different types of transient Vertices in the StateMachine graph. A StateMachine instance never comes to rest in a Pseudostate, instead, it will exit and enter the Pseudostate within a single ... step Visit also Visit also (backlinks) Flags