| [news.eclipse.modeling.mdt.uml2.uml] Re: Problem creating sequence diagrams using UML2.1 API |
|
Hi Praveen,
As Kenn pointed out in a subsequent posting, you
might not be using the UML2.1 api. There have been many changes to
sequence diagrams between the two versions so it is important that we are
talking about the same thing (several of the metaclasses have been renamed etc.
) . Have a look at the migration document for some of the
changes.
Neither ExecutionOccurrenceSpecification's nor
MessageOccurrenceSpecifications are created automatically so you would have to
create these as you need them. Neither are compulsory in a sequence
diagram but I would expect to see them in a typical sequence
diagram.
Cheers,
- James.
|