Book a Demo

Author Topic: Class Diagrams in EA  (Read 2522 times)

Shreyansh

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Class Diagrams in EA
« on: December 12, 2008, 05:23:46 pm »
Hi,

I am using EA for designing Class diagram for C#.
I am facing problem when a class is realizing an interface/Abstract class.

Problem statement

I have created a class named “Class1” which is realizing an interface named “Interface” having single function “Funct1” having argument of type int.

Later when argument within Interface changed or new functions added then Class1 does not reflect new changes. Only way is to delete existing realization and create a new one.


Is there is any way to reload class1 reflecting new changes of Interface1 (Except recreating new realization)

Regards,
Shreyansh Doshi

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Class Diagrams in EA
« Reply #1 on: December 15, 2008, 08:18:17 am »
Element | Advanced | Overrides & Implementations. Default shortcut key is Ctrl+Shift+O.

Shreyansh

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Class Diagrams in EA
« Reply #2 on: December 15, 2008, 05:14:40 pm »
Thannks, This what i want