Book a Demo

Author Topic: how do I show an object with a stereotype of ACTOR  (Read 12434 times)

Binny

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
how do I show an object with a stereotype of ACTOR
« on: September 10, 2009, 01:05:12 am »
Hi,
My first post, just joined. I have seen UML representation of systems as a box with stereotype of <<actor>> but cannot find a way to do that on EA7. The closest thing I can do is put an actor with stereotype of "internal system" but that shows up with <<actor,Internal System,metaclass>> which is not what I want to show.

Any help on this would be appreciated. Also this may sound like a dumb question but how can I put an arrow on the use case association ?

thank you.

Binny

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: how do I show an object with a stereotype of A
« Reply #1 on: September 10, 2009, 11:45:47 am »
I'm using "instances of actors" in my current work on "Programme Modelling".

You can convert your classifer Actor ito an instance using the context menu.  Actually it doesn't "convert" the element from a classifier to an instance, but makes a copy.

HTH,
Paolo
« Last Edit: September 10, 2009, 12:00:48 pm by PaoloFCantoni »
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: how do I show an object with a stereotype of A
« Reply #2 on: September 10, 2009, 11:55:49 am »
You can display an Actor using Rectangle Notation.  This might be what you are looking for.  See:
http://www.sparxsystems.com/uml_tool_guide/uml_dictionary/usingrectanglenotation.html

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: how do I show an object with a stereotype of A
« Reply #3 on: September 10, 2009, 02:42:57 pm »
And as for the connector...

In EA, select the Tools | Options menu option to display the Options dialog. Click on the Links item in the hierarchy in the left-hand panel, to display the Links page, and select the Show Uses arrowheads checkbox (third from the bottom in the left-hand list).

That shows the arrowhead on Actor->Use Case Associations.
Best Regards, Roy

Binny

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: how do I show an object with a stereotype of A
« Reply #4 on: September 10, 2009, 06:13:30 pm »
Aaron , thank you. That works perfectly as I want it.

RoyC , again thats useful, do you know how i can do it just for the individual association and not all on the diagram? its not in the properties that I can see..

thnx