Book a Demo

Author Topic: Show details or point out a method  (Read 2807 times)

razzo78

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Show details or point out a method
« on: October 24, 2015, 02:17:14 am »
Hi,
i need to find a manner to show details or point out a method in class diagram (like show "behavior in diagram", in "Behavior" tab)
In the specific case I have a method thread-safe and I would like that could be very visible in the diagram

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Show details or point out a method
« Reply #1 on: October 24, 2015, 02:41:58 am »
You could create a stereotype class (e.g. <<important>>) associate that with your class and right click the association near your class. Then select Link to Element Feature and choose the method to highlight.

q.
« Last Edit: October 24, 2015, 02:42:25 am by qwerty »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Show details or point out a method
« Reply #2 on: October 24, 2015, 04:11:45 pm »
You could also

- create a stereotype <<thread safe>> and apply that to all operations where it applies. If you choose to show your features grouped by stereotype, then that will stand out pretty good.
- Work with a naming convention e.g. "TS_someOperation()" to indicate these operations.

Geert