Book a Demo

Author Topic: Basic questions  (Read 2701 times)

Andrefern

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Basic questions
« on: May 09, 2006, 07:06:23 am »
Hi,

I'm new at EA. These are basic questions, but here I go...  :)

1 - I'd like to separate inherited operations from local operations in my classes. How can I do that?

2 - I'd like to synchronize operations and attributes my concrete classes when I update an abstract or an interface class. Is it possible?

Thanks.
« Last Edit: May 09, 2006, 07:06:47 am by Andre_Salvati »

AshK

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: Basic questions
« Reply #1 on: May 09, 2006, 06:19:27 pm »
Quote
Hi,

I'm new at EA. These are basic questions, but here I go...  :)

1 - I'd like to separate inherited operations from local operations in my classes. How can I do that?

2 - I'd like to synchronize operations and attributes my concrete classes when I update an abstract or an interface class. Is it possible?

Thanks.



Hello Andrefern,

1: inherited features may be displayed on the diagram by right clicking the specialised element and using Set Feature Visability->Inherited Features.


2.  implemented features  may be manually updated by selecting the specialised element, then using Element->Advanced->Override Implementation.

HTH :),

Ash
The Sparx Team
[email protected]

Andrefern

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Basic questions
« Reply #2 on: May 10, 2006, 06:29:11 am »
Thanks   :)

On question 1 ... I'd like to show just abstract methods in specialised elements. Is it possible?

On question 2... is it possible automatically updates? Still, is it possible generate code with method stubs of inherited operations?