1
General Board / Re: Multiple instances of the same element
« on: June 03, 2010, 04:38:58 am »
Andrew,
if you have a scenario where one use case is used by different "services", you would model these services as actors. Then you utilise the "use" association and link all actors to the same use case. That's the normal way of doing it, and you wouldn't need different instances of the same use case at all. If one of these actors uses some additional functionality not included in the original use case, you create a new use case denoting the extended functionality and associate it with the original use case using an <<extends>> relationship.
Cheers,
Till
if you have a scenario where one use case is used by different "services", you would model these services as actors. Then you utilise the "use" association and link all actors to the same use case. That's the normal way of doing it, and you wouldn't need different instances of the same use case at all. If one of these actors uses some additional functionality not included in the original use case, you create a new use case denoting the extended functionality and associate it with the original use case using an <<extends>> relationship.
Cheers,
Till
Happy modelling!