Book a Demo

Author Topic: Actor symbol  (Read 4005 times)

kdjantzen

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Actor symbol
« on: February 09, 2017, 08:24:46 am »
Hello,

UML 2 defines several symbols for 'actor': the original figure, a box, a clock, an object.
Can I use these symbols with EA? If yes, how?

Thanks.
K.D.J.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Actor symbol
« Reply #1 on: February 09, 2017, 08:59:01 am »
You can, but not out of the box. You would need to stereotype the actor and write a shape script for each stereotype. This can be rather any shape if it's not too complicated (regarding programming logic: Shape Script is very limited; complexity: each shape is interpreted and rendering time can increase with too many too complicated shapes).

q.