Book a Demo

Author Topic: [Q] Property visibilitly in diagrams  (Read 4160 times)

kiwi

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
[Q] Property visibilitly in diagrams
« on: February 28, 2002, 05:56:49 am »
Hi all,

I'm making all my my publically-accessible attributes for a class a property (standard JavaBean behaviour), and it's really cool that EA has this lovely get/set accessor/mutator wrapper, but I want to hide those methods marked 'property' so I have:

  • The properties all nicely and cleanly represented by the attributes,
  • my operations,
  • and the actual 'dirty' property methods hidden (since for me they're obvious).

What do you think?

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: [Q] Property visibilitly in diagrams
« Reply #1 on: March 01, 2002, 03:22:45 am »
Hi,

Should be relatively easy to add another property to the diagram dialog - with the effect of hiding all operations stereotyped as "property", "property get", "property let" or "Property set"

This would affect all classes on a diagram.

Will make a note to add in soon,

Geoff