Previous UML Classes Table of Contents UML Packages Next


13.3.1 AnyReceiveEvent

Communications


*Generalizations

   

    MessageEvent (from Communications ) on page 463

   Description

   A transition trigger associated with AnyReceiveEvent specifies that the transition is to be triggered by the receipt of any message that is not explicitly referenced in another transition from the same vertex.

   Attributes

   No additional attributes

   Associations

   No additional associations

   Constraints

   No additional constraints

   Semantics

   An AnyReceiveEvent associated with a transition trigger specifies that the transition is triggered for all applicable message receive events except for those specified explicitly on other transitions having the same vertex as a source.

   Notation

   Any AnyReceiveEvent is denoted by the string all used as the trigger.

   <any-receive-event> ::= ‘all’

   Changes from previous UML

   This construct has been added.