0

In the following image there is a part of a use diagram I draw.

  • both Administrator and Professor roles can access to cases beginning with "View" but only the Administrator can access cases beggining with "Delete".

How could i specify this?

enter image description here

Thank you in advance

dragonmnl
  • 14,578
  • 33
  • 84
  • 129

1 Answers1

1

You can use if condition(diamond block) in between <> for delete use case so that you can separate the access of administrator and professor. or if you want, you can add text but that make a negative impact on your UML diagram.

amitesh
  • 766
  • 5
  • 17
  • 39