Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: mariano774 on October 11, 2005, 06:43:27 am
-
Hi,
I'm modeling a design model with regular classes and I'm using them in sequence diagrams, showing these classes collaborations in some primary scenarios for the use cases given. When I draw a message in a sequence diagram, e.g. from class A to class B, that implies a dependency going from class A to class B since an operation from class B is used by class A
Now the question is, is there a way to add those associations automatically ? that is when I draw a message in a sequence diagram, a dependency asociation being created for those classes
any clues ? thanks in advance
mariano
-
No chance, except you write an add-in.
-
ouch! :'(
I was hoping there was something like this working, since I've been using a cvs plugin, and I found weird that I cant add a message in a sequence diagram unless I do a check out on the class package, which I believe means that some modification is made on that class