Architecting and designing : UML 2.0 Lite : UML models : UML Use Case diagram : Extends
  
Extends
The Extends relationship is drawn between Use Cases on a Use Case diagram. An Extends relationship from Use Case One to Use Case Two signifies that an instance of Use Case Two may include the behavior specified by Use Case One, subject to certain conditions specified in the extension. The Extends relation may optionally be named. System Architect automatically adds an <<Extends>> stereotype to the line once it is drawn.
Condition of the extension
The condition is a textual expression specifying the condition which must be fulfilled if the extension is to take place.
Extension point
The extension point indicates the point in the Use Case where the extension takes place. In System Architect you may specify the Use Case Step after which the extension takes place. To add an Extension Point, click the Choices button and drag-and-drop a Use Case Step into the Extension Point field.
Example
For a Use Case scenario such as Place Order, an extension to it would be a Use Case such as Request Catalog. The Extends line is drawn from the Request Catalog Use Case to the Place Order Use Case. Within the definition dialog of the extends line, you may specify the step at which the extension takes place.
See also
UML Use Case diagram