2

i am using Papyrus for modeling sequence diagram i wonder if there is syntax that i should follow for the message that resides between lifelines and also how can identify the variables associated with a message in the parameter

Carlos
  • 1,522
  • 5
  • 14
  • 26

1 Answers1

0
<stereotype> methodName(Parameter) : return

You might find the Elements of UML Style useful for answering this sort of question.

Martin Spamer
  • 5,437
  • 28
  • 44