Ad Code

What is the syntax used for naming objects in a sequence diagrams?

What is the syntax used for naming objects in a sequence diagrams?



The syntax used for naming objects in a sequence diagram is as follows:

  • syntax: [instanceName][:className]
  • Name classes consistently with your class diagram (same classes).
  • Include instance names when objects are referred to in messages or when several objects of the same type exist in the diagram.

Reactions

Post a Comment

0 Comments