[Uml-devel] Issue with Sequence diagram

Jonathan Riddell jr at jriddell.org
Mon Sep 16 15:00:04 UTC 2002


> I just started using the tool..and I find
> something that is kinda restrictive..
> In a sequence diagram, I cant seem to have
> two entries of the same object name...
> This was allowed by Rose, and useful when
> you want to show that the call is to
> a method in the same object.....
>
> Example:
>  --------           --------
> |Class A |         | Class A |
>  --------           --------
>     |                  |
>     |                  |
>     ----foo()--------->
>     |                  |
>

Hi, sorry for the late reply.

You can do this, at least in the latest release (1.1-beta1, today).
However you can't create two objects with the same name, so don't use the
new object tool, just drag the object from the list on the left.

However I was always taught to just do a call from one object to the same
object, which is also possible in this programme.

------------
| myObject |
------------
    |
    |----
    |   |myMethod()
    |<---
    |

Is that what you're after?

Jonathan Riddell






More information about the umbrello-devel mailing list