Book a Demo

Author Topic: How to copy functions between class diagrams?  (Read 3299 times)

johncarneiro

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
How to copy functions between class diagrams?
« on: December 22, 2004, 08:22:55 am »
How do I copy functions (ideally the entire function name, params, and returns) between class diagrams?

I always find myself shuffling functions around interfaces, classes in the same class diagram or between packages, views or even EA projects.

It a pain to re-enter all that info.

I'm using EA version 4.50.743

I see now I could select individual functions in a class, but can't right click copy-paste?

CJ

  • EA User
  • **
  • Posts: 288
  • Karma: +0/-0
    • View Profile
Re: How to copy functions between class diagrams?
« Reply #1 on: December 22, 2004, 09:16:07 am »
G'day,

If your current diagram is showing Class_A, then you can, from the project browser, drag an operation/attribute from Class_B onto Class_A on your current diagram.
Cheers and best regards.

johncarneiro

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: How to copy functions between class diagrams?
« Reply #2 on: December 22, 2004, 09:38:05 am »
It works great. Thanks!

I was trying to do it in the main view by dragging and dropping between the diagrams. I guess that'll be an enhancement request.