R2910

Summary

An << extend >>UseCaseDependency can only reference ExtensionPoints from its targeted UseCase.

Details

An ExtensionPoint is a feature of a UseCase that identifies a point where the behavior of a UseCase can be augmented with elements of another (extending) UseCase. Therefore, the referenced ExtensionPoint must be part of the extended use case, which is the target of the << extend >> UseCaseDependency.

Tips