vote up 1 vote down star

if A is extension use case (not base use case), can A be directly referenced by the actor?

flag

0% accept rate
Look, we all hate UML, why down him for it? – Will Nov 5 '08 at 18:44
Upvote to cancel the down – Davy8 Nov 5 '08 at 18:53

3 Answers

vote up 0 vote down

You can make the case that there are two kinds of use cases:

  • Abstract -- not directly experience by an actor, but extensions ("subclasses") are.

  • Concrete -- experienced by an actor.

link|flag
in use-case terminology, I don't think extensions are like subclasses, they're more like 'alternate paths' – Steven A. Lowe Nov 6 '08 at 2:50
@Steven A. Lowe: the "alternate" is roughly analogous to a subclass which overrides selected steps. Use Cases are defined as being object-oriented by Jacobson. They're not literally classes, but there are intentional parallels. – S.Lott Nov 6 '08 at 3:02
@[S.Lott]: use-cases have a Generalization relationship, different from Extends (see publib.boulder.ibm.com/infocenter/rsmhelp/…) - but i think i agree with your analogy, extension points are like overridden methods... – Steven A. Lowe Nov 6 '08 at 3:24
Extension points are really like conditionally inserted methods, rather than overridden methods. – Doug Knesek Nov 16 at 1:37
vote up 0 vote down

yes; the fact that A extends some other use-case does not 'hide' it from actors

link|flag
vote up 1 vote down

YES The user can as said above, but does not indirectly reference/use it, it must be explicitly modeled.

Drive Truck extends Drive Steering Based Vehicle. It make sense that the Actor could reference either.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.