Interface DeleteBehavior

All Superinterfaces:
ModelElement
All Known Implementing Classes:
DeleteBehaviorImpl

public interface DeleteBehavior extends ModelElement
Describes how relations behave when the entity is deleted.
It describes two things:
  • - Does deleting the entitiy cascade to the relation-entities
  • - Is this cascaded deletion showed to the user?