Book a Demo

Author Topic: Implements Serializable???  (Read 3730 times)

edmondme

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Implements Serializable???
« on: January 26, 2005, 01:56:48 pm »
Ok, this is really weird! I think I am missing something very basic. When I reverse engineer a java file into a EA class, and it has implements serializable, I see the notation in the class diagram on the top right hand side. But when I create a new class in EA, I can't seem to find where allows me to store the implements feature.
Is there a way to handle this in the diagram? What's the property that I need to set?
Thanks,
Edmond

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Implements Serializable???
« Reply #1 on: January 26, 2005, 02:41:50 pm »
Right click on the class and select "Set Element Parent".

Type the name of the interface required and set the type to "Implements".

Make sure that "Accept classifier even if not in model" is selected.

Click Add.

Simon