You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by John Gentilin <jo...@eyecatching.com> on 2001/08/01 04:05:32 UTC

How do I

In a sequence diagram I want to represent the following steps.

Object a -> Object b

a call foo() on b

a calls buildData() on a {message to self)

an operation in buildData then calls operation goo() on b.

in the message to self, I want to attach a call to B. I can
do what I want with the recursive message but it seem
that I am using the wrong symbol to do the job.

Thanks
John G



Disregard, worng mailing list --- Re: How do I

Posted by John Gentilin <jo...@eyecatching.com>.
Opps sorry...

John Gentilin wrote:

> In a sequence diagram I want to represent the following steps.
>
> Object a -> Object b
>
> a call foo() on b
>
> a calls buildData() on a {message to self)
>
> an operation in buildData then calls operation goo() on b.
>
> in the message to self, I want to attach a call to B. I can
> do what I want with the recursive message but it seem
> that I am using the wrong symbol to do the job.
>
> Thanks
> John G