Book a Demo

Author Topic: Sequence diagrams: nested activation levels  (Read 2890 times)

camh

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Sequence diagrams: nested activation levels
« on: September 21, 2005, 08:28:11 pm »
I'm trying to get a similar effect to a recursive call (or self-message) where the message results in another activation level, but with the call going through another object.

eg. Object A calls method foo on Object B, which then calls method bar on Object A. I then want to put a return message from each of these method invocations back to their source.

I cannot seem to get the "bar" method call to create a new activation level on object A. Is it possible to get EA to do so?