Presents "extends" link.
An "extends" relationship is a connection between two
use cases where one use case extends another use
case by adding actions to a general use case.
An "extends" relationship from use case A to use case B
indicates that an instance of B can be extended and perform all
the behavior described in A. The behavior described by A is
optional and triggered by a condition in use case B. |