Lars,
Thanks anyway. I had to make sure I hadn't missed something. We were
evaluating Visio as well. Although Visio does have this functionality, I
still prefer Dia because the saved images are XML. This allows round-trip
engineering which is one of the most important parts of a UML tool.
Cheers,
Richard.
On Tuesday 06 March 2001 04:28, Lars Clausen wrote:
> On Mon, 5 Mar 2001, Richard Nelson wrote:
> > Hi all!
> >
> > New to Dia and this forum. Apologise if this one has already been asked.
> >
> > I have been using Together Enterprise and Rational Rose on previous
> > projects and I am evaluating Dia for a new project.
> >
> > I would like to know to create event trace diagrams in Dia. So far I have
> > been using lifeline, object and message tools but I would have expected
> > the property diagogue for the object instances to list classes that have
> > been defined. I should also have expected the properties dialogue of the
> > message instances to allow the selection of the operations available in
> > the object instance the message is directed at (as defined by the class
> > it is representing).
>
> Dia doesn't know that UML diagrams are anything else than funny figures
> with a specific name. However, these examples show how some more
> interaction can improve the UI. I suppose the Object and Message instance
> could look through the list of objects to find such information, but we
> probably need a new piece of infrastructure for that.
>
> > All this ensures that the class names and message names used in event
> > trace diagrams are valid.
>
> That would be a good thing, wouldn't it? It would require, however, that
> when a a class changes, all instances of it have incoming messages checked
> for validity. I hold that all this should be optional -- many people use
> UML in an entirely informal manner, and would only feel restricted by such
> syntax-checking.
>
> -Lars