Author Topic: Working with methods  (Read 3174 times)

Christopher_Wells

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Working with methods
« on: April 11, 2005, 05:09:53 am »
I'd like the following features related to methods and sequence diagrams; see also http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=general;action=display;num=1112967862 for details:

* ability to find which sequence diagrams are using any undefined method
* ability to find which methods used in a sequence diagram are not defined in classes
* ability to find, for any given method defined in a class, the sequence diagram in which that method is being used

alexj

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Working with methods
« Reply #1 on: April 20, 2005, 05:45:53 am »
Actually, I would like to second the last proposal. I need to see which Sequence Diagrams are using a selected method.

As far as for first two requests, I am avoiding similar problems by NEVER using methods that are not defined in the relevant class in the first place. Just hit "Operations" and create a method.

Cheers,
Alex

Christopher_Wells

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Working with methods
« Reply #2 on: April 20, 2005, 09:14:19 am »
> As far as for first two requests, I am avoiding similar problems by NEVER using methods that are not defined in the relevant class in the first place.

Thanks. My fear was that if the method's signature (name+parameters+return type) is defined but then is changed by someone in the class definition, then this change would not be propagated automatically to the sequence diagrams on which the method appears.