Representing Include Relationships in UML

UML use case diagrams support a notational relationship to represent includes between use cases. This is drawn as a dashed dependency arrow from the parent use case towards the included sub-use case. The arrow should be labelled with the stereotype <<include>>. A representation of our two parent use cases and their included child for the vending machine is shown below:

Back to Use Case Editor documentation contents …