-1

A case diagram has use case "Manage shopping cart". I need to add "View purchase" which used use case "Manage shopping cart" and add "Delete item" which may be used by use case "Manage shopping cart".

My attempt is here: Link

But I am not sure with my implementation of: "which may be used by use case" and orientation direction.

Is that correct?

Gangnus
  • 24,044
  • 16
  • 90
  • 149

1 Answers1

0

Obviously, the sentence should be: "which may be used BY use case...". I have edited the question. That can be realized by extend arrow, as you have drawn it.

As for your diagram, it lacks arrows from customer to view content and to delete item. The customer can use these operations, can't he?

Gangnus
  • 24,044
  • 16
  • 90
  • 149
  • I think not because it's accessible via the manage shopping cart. Thank you for editing – user4362081 Jan 11 '16 at 14:33
  • way of acces doesn't matter. A different functionality is not connected with using it Actor only if he uses a functionality that uses that additional one. You haven't that here. – Gangnus Jan 11 '16 at 14:52