Content:
|
RedefinableElement : Public abstract Class UseCase
RedefinableElement represents an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier<br/><br/>A redefinable element is a named element that can be redefined in the context of a generalization.<br/><br/>The RedefinableElement is an abstract metaclass.<br/><br/>Semantics:<br/>RedefinableElementrepresents an element that can be redefined in the context of another classifier. Semantics is given by its specializations.<br/>
|