Book a Demo

Author Topic: Dropping actor like link or instance in use cases  (Read 8784 times)

jepessen

  • EA User
  • **
  • Posts: 106
  • Karma: +1/-1
    • View Profile
Dropping actor like link or instance in use cases
« on: May 28, 2016, 07:00:12 pm »
Hi.

I'm starting to create Use Case Diagram.

I've created a diagram containing the list of actors, and then I drag them into other use case diagram.

EA by default Drop the actor as Object(Instance). I'm used to drag element in class diagrams, and they are dropped as link. So I'd like to know what's the difference between dragging an actor as Object instead as a link, and if there's a preferred method.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Dropping actor like link or instance in use cases
« Reply #1 on: May 28, 2016, 09:19:05 pm »
When you create an instance it represents a real object rather than it's abstraction. So if you drag the actor Student onto a diagram and make EA to create an instance then this will represent a real student (e.g. Joe). Sometimes it's more practicable to use real objects to clarify things. It's up to you what you take.

Now there's a practical difference between both. If you re-use the actor as link it has all connectors in one place. Instances have their own connectors each.

q.

jepessen

  • EA User
  • **
  • Posts: 106
  • Karma: +1/-1
    • View Profile
Re: Dropping actor like link or instance in use cases
« Reply #2 on: May 28, 2016, 11:39:44 pm »
Ok thanks for the reply. I'll use links for now because they're best suited in my case.