Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
In Rational rose, what does the <<extend>> usecase mean.?
Pls give some eg., it says tat <<extend>> relationship specifies optional functionality. If a person can perform 3 jobs (say, add,del,edit) can i give <<extend>> relationship from the Actor to the 3 Usecases??
1 Answer
- 1 decade agoFavorite Answer
we use an extend relationship to specify that one use case (extension) extends the behavior of another use case (base). This type of relationship reveals details about a system or application that are typically hidden in a use case.
there is no extend relation b/w actor and usecases...
Extend/Include/Inherit relationship exists among usecases...
extend means that the use case being extended may or may not use the extending use case (which is more likely to be used by other use cases or exist as an independent process).
'Turn' is use case....Turn left and Turn right are its Extended usecases...
do read the URLs in source... very helpful :)
Source(s): http://www.visualcase.com/tutorials/use-case-diagr... http://publib.boulder.ibm.com/infocenter/rtnlhelp/... http://www.agilemodeling.com/essays/useCaseReuse.h... http://www-128.ibm.com/developerworks/forums/dw_th... http://www.andrew.cmu.edu/course/90-754/umlucdfaq....