Given the following scenario:
[...] The refueling is terminated either when the maximal permissible amount of petrol is dispensed, or when the customer decides to put the hose back into the mounting plate. The amout owed for the petrol dispensed is charged to the customer's credit card account when the refueling process has finished. [...]
Now while trying to model this in a Use Case Diagram I came up with this:
My main question is: Do child use cases inherit include and extend relationships? Is this valid/meaningful?