Book a Demo

Author Topic: Sequence Diagram - Multiple Activation  (Read 3136 times)

gtrudel

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Sequence Diagram - Multiple Activation
« on: August 01, 2003, 07:08:02 pm »
I’m evaluating EA and I’m quit impressed.

In a sequence diagram, is there a way to add activation boxes (new thread) ? I want to show that a particular method calls a method asynchronously, do some processing synchronously and then wait for asynchronous method to finish.

I tried the self –message asynchronous, my next call is link with the new activation box but I did not find a way to link the return with the new box.

Thank you,

Guy