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.
0 Comments
Please add nice comments or answer ....