UseCases::Include

Header Image
Content:
Include : Public Class UseCase
Include is a specialization of the Relationship and represents a relationship between two UseCases, implying that the behavior of the included UseCase is inserted into the behavior of the including UseCase. The including UseCase may only depend on the result (value) of the included UseCase. This value is obtained as a result of the execution of the included UseCase. Note that the included UseCase is not optional and is always required for the including UseCase to execute correctly.<br/><br/>Semantics:<br/>The Include relationship identifies an addition UseCase, which is inserted in the including UseCase.<br/>
  • Associations
  • Associations From
  • Advanced
  • Other Links
Element Source Role Target Role
UseCase
Class  
Name:  
 
Name: addition
UseCase providing behavior to include.
Details:
 
Element Source Role Target Role
UseCase
Class  
Name:  
 
Name: include
Include is a Relationship between two UseCases; the behavior of the included UseCase is inserted into the behavior of the including UseCase.
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
Relationship Class Generalization To  
UseCase Class Weak From