Book a Demo

Author Topic: Objects dependency association  (Read 2809 times)

mariano774

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Objects dependency association
« 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

thomaskilian

  • Guest
Re: Objects dependency association
« Reply #1 on: October 13, 2005, 12:31:37 am »
No chance, except you write an add-in.

mariano774

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Objects dependency association
« Reply #2 on: October 13, 2005, 06:28:55 am »
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