Book a Demo

Author Topic: Interaction Diagram : return from a method  (Read 2349 times)

JeromeC

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Interaction Diagram : return from a method
« on: January 06, 2004, 06:39:23 am »
Hi !

As it is difficult for me to explain my problem, I've put a picture at this address :

http://www.iconus.ch/ReturnFromMethod.jpg

The image is 35ko.

You'll see on the picture that an object 'JSOperationManager' in one of it's method, is calling another method : modifyOperation. EA made a new level (the yellow rectangle), and in this method (modifyOperation()), I do some stuff (instanciating a new object) and when this is finished, I'd like to return to the last level EA created, which is not the case.

On the picture, you'll understand what I get and what I want.

To solve my problem, I tried to select 'Continue Source Activation' on the last arrow, but it doesn't work.

Thanks for your help !
Jerome