uml - 2 actors, same parent use case but each one having his own child use case -


i have parent use case child uses cases, example:

parent use case: "selling subscriptions"

child uses cases:

  • "self buy subscription"
  • "sell subscription else"
  • etc

my question is: correct have 2 different actors (customer , vendor) linked parent use case in top level use case diagram, each of them linked 1 child use case in more detailed use case diagram or there wrong ?

the 2 actors should linked primary parent use case.

then in detailed use case diagram can specific link secondary use cases.

(if doesn't answer question please provide diagram want do)


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -