Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Contents |
Prev | Next |
Code Generation - Interaction Diagrams
During code generation from Interaction (Sequence) diagrams in a Class, Enterprise Architect applies its system engineering graph optimizer to transform the Class constructs into programmatic paradigms. Messages and Fragments are identified as two of the several action types based on their functionality, and Enterprise Architect uses the code generation templates to render their behavior accordingly.
Actions
Action |
Description |
See also |
---|---|---|
Action Call |
A Message that invokes an operation. |
Message (Sequence Diagram) Message Examples Call |
Action Create |
A Message with Lifecycle = New. |
Message (Sequence Diagram) Message Properties |
Action Destroy |
A Message with Lifecycle = Delete. |
Message (Sequence Diagram) Message Properties |
Action Loop |
A Combined Fragment with Type = . |
Interaction Operators Combined Fragment |
Action If |
A Combined Fragment with Type = loop. |
Interaction Operators Combined Fragment |
Assign To |
A Call Message with a valid target attribute set using the 'Assign To' field is rendered in the code as the target attribute of a Call Action. |
Message Properties Call |
Notes
Learn more