Relationships Between Use Cases (4/4)
Generalization Relationship
- similar to the generalization relationship between classes
- B inherits the behavior of A and is allowed to override and extend it
- B inherits the communication relationships of A
- modeling of abstract use cases is also possible ({abstract})
-
-
needs A (gets base functionality from A);
controls, what is executed from A