If use-case A extends use-case B, does that mean A is complete and flow shifted to B or flow will return to A?
Does UML put any restrictions on that? Or does it depend on the modeler?
If use-case A extends use-case B, does that mean A is complete and flow shifted to B or flow will return to A?
Does UML put any restrictions on that? Or does it depend on the modeler?
"extends" in use-case terminology is not a sequential control-flow relationship; "A extends B" means that under certain circumstances use-case A occurs in addition to use-case B. Use-case B can stand alone, use-case A cannot (as it depends on B). Use-case A occurs at an 'extension point' in use-case B.
please review the definitions it sounds like there is some confusion