Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Lifeline Activation Levels

Complicated processing systems can be easily negotiated and reflected in Sequence diagrams, by adding activation layers on a single lifeline.

 

Example

Description

SequenceDiagramSelfMessages

 

A Class invokes the method Sample A, which in turn calls Sample A1.

To produce the arrangement in the diagram:

1.Select the More tools | Interaction menu option.
2.Click on the Self-message icon in the Interaction Relationships panel.
3.Click on the lifeline.

SelfMessageLevels2

 

In order to raise the Activation level of Sample A1, click on the raise arrow of the selected connector.

The lifeline now visually depicts that method Sample A1 is called during the processing of Sample A.

SelfMessageMultLev2

 

In the example below, a few more self-messages have been added.

The message Sample A2a is called from Sample A2, which in turn is called from Sample A (not Sample A1).

Sample A1 is called from Sample A.