1
General Board / Re: Sequence Diagram - callback messages
« on: July 31, 2005, 11:13:58 pm »
Thanks for the replay...
but I'm sorry, I think I didn't express myself clearly...
I don't want the original activation in ClassA to end, I just want to see the callback from ClassB to ClassA as an extra activation block beside it (like a self-message).
I added some ASCII art show what I would like to see:
ClassA ClassB ClassC
X---------->
X
XX<--------
XX
XX--------------------->
XX
X
X----------------------->
This shows clearly that the first call from A to C occurs because of the call from B to A, whereas the second one is not.
Now I just get this, which is not clear enough in my opinion:
ClassA ClassB ClassC
X---------->
X
X<---------
X
X---------------------->
X
X
X---------------------->
I hope this makes things more clearly....
Marc
but I'm sorry, I think I didn't express myself clearly...
I don't want the original activation in ClassA to end, I just want to see the callback from ClassB to ClassA as an extra activation block beside it (like a self-message).
I added some ASCII art show what I would like to see:
ClassA ClassB ClassC
X---------->
X
XX<--------
XX
XX--------------------->
XX
X
X----------------------->
This shows clearly that the first call from A to C occurs because of the call from B to A, whereas the second one is not.
Now I just get this, which is not clear enough in my opinion:
ClassA ClassB ClassC
X---------->
X
X<---------
X
X---------------------->
X
X
X---------------------->
I hope this makes things more clearly....
Marc