Generalization |
Top Previous Next |
Semantics Generalization is the taxonomic relationship between a more general element (the parent) and a more specific element (the child) that is fully consistent with the first element and that adds additional information. It is used for classes, packages, usecases, and other elements. Procedure for creating generalization In order to create generalization,
Procedure for creating multiple children classes at once. In order to create multiple children classes inheriting selected class at once, use shortcut creation syntax.
Procedure for creating multiple parent classes at once In order to create multiple parent classes of selected class at once, use shortcut creation syntax.
|