Relationships between Use Cases
«extend» - Relationship
The behavior of one use case (extending use case) may be integrated in the
behavior of another use case (base use case) but does not have to.
Both use cases may also be executed independently of each other.
A decides if B is executed.
Extension points define at which point the behavior is integrated.
Conditions define under which circumstances the behavior is integrated.