Refactoring for Delete Operations
Element deletion can affect project behavior. Ensure that your project behavior is as desired after the deletion refactoring.
Deletion removes all references to the deleted object only in specific cases:
- References to a deleted domain model are removed from concepts that refer to it.
- References to a deleted state model are removed from the owning concept.